This is an automated email from the ASF dual-hosted git repository.
czy006 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 42fe19938 [Hotfix] Fix build guide in README.md (#3037)
42fe19938 is described below
commit 42fe1993821aaa3a4f80f0e4fa3af932b290776d
Author: ZhouJinsong <[email protected]>
AuthorDate: Mon Jul 15 20:16:31 2024 +0800
[Hotfix] Fix build guide in README.md (#3037)
Fix build guide
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0748a8832..b06093c2b 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ Amoro is built using Maven with JDK 8 and JDK 17(only for
`amoro-mixed-format/am
* Build all modules without `amoro-mixed-format-trino`: `mvn clean package`
* Build and skip tests: `mvn clean package -DskipTests`
* Build and skip dashboard: `mvn clean package -Pskip-dashboard-build`
-* Build and support disk storage, RocksDB will be introduced to avoid memory
overflow: `mvn clean package -DskipTests -Psupport-disk-storage`
+* Build and disable disk storage, RocksDB will NOT be introduced to avoid
memory overflow: `mvn clean package -DskipTests -Pno-extented-disk-storage`
* Build with hadoop 2.x(the default is 3.x) dependencies: `mvn clean package
-DskipTests -Phadoop2`
* Specify Flink version for Flink optimizer(the default is 1.18.1): `mvn clean
package -DskipTests -Dflink-optimizer.flink-version=1.15.4`
* If the version of Flink is below 1.15.0, you also need to add the
`-Pflink-optimizer-pre-1.15` parameter: `mvn clean package -DskipTests
-Pflink-optimizer-pre-1.15 -Dflink-optimizer.flink-version=1.14.6`