This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c502405fca5 [DOCS] Update docker_demo.md to explicitily use Scala
Version 2.11 for the demo build (#12399)
c502405fca5 is described below
commit c502405fca5026bed363b13673a3a98f8edefda9
Author: Andreas Katzig <[email protected]>
AuthorDate: Fri Dec 13 03:23:19 2024 +0100
[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
https://github.com/apache/hudi/issues/10262
---
website/versioned_docs/version-0.15.0/docker_demo.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/versioned_docs/version-0.15.0/docker_demo.md
b/website/versioned_docs/version-0.15.0/docker_demo.md
index 0564bce20a7..6e76d1cfb37 100644
--- a/website/versioned_docs/version-0.15.0/docker_demo.md
+++ b/website/versioned_docs/version-0.15.0/docker_demo.md
@@ -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