Skip to content

Commit c502405

Browse files
authored
[DOCS] Update docker_demo.md to explicitily use Scala Version 2.11 for the demo build (#12399)
Adding -Dscala-2.11 argument to `mvn clean package` to ensure that the supported Scala Version 2.11 is used and to avoid errors like #10262
1 parent fa57b71 commit c502405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-0.15.0/docker_demo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ NOTE: Make sure you've cloned the [Hudi repository](https://github.com/apache/hu
5151
5252
```java
5353
cd <HUDI_WORKSPACE>
54-
mvn clean package -Pintegration-tests -DskipTests
54+
mvn clean package -Pintegration-tests -DskipTests -Dscala-2.11
5555
```
5656
5757
### Bringing up Demo Cluster

0 commit comments

Comments
 (0)