Skip to content

Commit

Permalink
Update docker_demo.md to explicitily use Scala Version 2.11 for the d…
Browse files Browse the repository at this point in the history
…emo build

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
  • Loading branch information
derFunk authored Dec 2, 2024
1 parent 2dffca2 commit a82208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.15.0/docker_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ NOTE: Make sure you've cloned the [Hudi repository](https://github.com/apache/hu
```java
cd <HUDI_WORKSPACE>
mvn clean package -Pintegration-tests -DskipTests
mvn clean package -Pintegration-tests -DskipTests -Dscala-2.11
```
### Bringing up Demo Cluster
Expand Down

0 comments on commit a82208d

Please sign in to comment.