Skip to content

Commit

Permalink
[CELEBORN-870][DOC] Document on usage together with Gluten
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin-zk committed Aug 2, 2023
1 parent be58779 commit 4b026ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers/glutensupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ mvn clean package -Pbackends-velox -Pspark-3.3 -Prss -DskipTests

Then add the Gluten and Spark Celeborn Client packages to your Spark application's classpath(usually add them into `$SPARK_HOME/jars`).

- Celeborn: xxxx.jar
- Gluten: xxx.jar
- Celeborn: celeborn-client-spark-3-shaded_2.12-0.3.0-incubating.jar
- Gluten: gluten-velox-bundle-spark3.x_2.12-xx-xx-SNAPSHOT.jar, gluten-thirdparty-lib-xx.jar

Currently to use Gluten following configurations are required in `spark-defaults.conf`

Expand Down

0 comments on commit 4b026ae

Please sign in to comment.