From 8abf48f43d4abca1fc2fb9199df9f3433c66aaaa Mon Sep 17 00:00:00 2001 From: guixiaowen <58287738+guixiaowen@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:49:16 +0800 Subject: [PATCH] [GLUTEN-5336][DOC] Update build parameters (#5340) Co-authored-by: guihuawen --- docs/get-started/build-guide.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/get-started/build-guide.md b/docs/get-started/build-guide.md index 7505b5cb3026..df78634c72ad 100644 --- a/docs/get-started/build-guide.md +++ b/docs/get-started/build-guide.md @@ -56,14 +56,15 @@ The below parameters can be set via `-P` for mvn. | Parameters | Description | Default state | |---------------------|------------------------------------------------------------------------------|---------------| -| backends-velox | Build Gluten Velox backend. | disabled | +| backends-velox | Build Gluten Velox backend. | disabled | | backends-clickhouse | Build Gluten ClickHouse backend. | disabled | -| rss | Build Gluten with Remote Shuffle Service, only applicable for Velox backend. | disabled | +| rss | Build Gluten with Remote Shuffle Service, only applicable for Velox backend. | disabled | | delta | Build Gluten with Delta Lake support. | disabled | | iceberg | Build Gluten with Iceberg support. | disabled | | spark-3.2 | Build Gluten for Spark 3.2. | enabled | -| spark-3.3 | Build Gluten for Spark 3.3. | disabled | -| spark-3.4 | Build Gluten for Spark 3.4. | disabled | +| spark-3.3 | Build Gluten for Spark 3.3. | disabled | +| spark-3.4 | Build Gluten for Spark 3.4. | disabled | +| spark-3.5 | Build Gluten for Spark 3.5. | disabled | ## Gluten Jar for Deployment The gluten jar built out is under `GLUTEN_SRC/package/target/`. @@ -74,3 +75,4 @@ It's name pattern is `gluten--bundle-spark_< | 3.2.2 | 3.2 | 2.12 | | 3.3.1 | 3.3 | 2.12 | | 3.4.2 | 3.4 | 2.12 | +| 3.5.1 | 3.5 | 2.12 |