This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 0e8fbf0d Docs: Add build of particular compute engine versions (#134)
0e8fbf0d is described below
commit 0e8fbf0dae7f32ffe1a4be3a554072a9d8dc3db6
Author: Luning (Lucas) Wang <[email protected]>
AuthorDate: Fri Aug 26 00:00:09 2022 +0800
Docs: Add build of particular compute engine versions (#134)
---
landing-page/content/common/contribute.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/landing-page/content/common/contribute.md
b/landing-page/content/common/contribute.md
index b362020a..d90fe144 100644
--- a/landing-page/content/common/contribute.md
+++ b/landing-page/content/common/contribute.md
@@ -55,6 +55,7 @@ Iceberg is built using Gradle with Java 8 or Java 11.
* To invoke a build and run tests: `./gradlew build`
* To skip tests: `./gradlew build -x test -x integrationTest`
* To fix code style: `./gradlew spotlessApply`
+* To build particular Spark/Flink Versions: `./gradlew build
-DsparkVersions=3.2,3.3 -DflinkVersions=1.14`
Iceberg table support is organized in library modules: