Skip to content

Commit

Permalink
[GLUTEN-5336][DOC] Update build parameters (#5340)
Browse files Browse the repository at this point in the history

Co-authored-by: guihuawen <[email protected]>
  • Loading branch information
guixiaowen and guihuawen authored Apr 11, 2024
1 parent 41b002f commit 8abf48f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/get-started/build-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`.
Expand All @@ -74,3 +75,4 @@ It's name pattern is `gluten-<backend_type>-bundle-spark<spark.bundle.version>_<
| 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 |

0 comments on commit 8abf48f

Please sign in to comment.