Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developers/NewToGluten.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ spark-shell --name run_gluten \
--conf spark.plugins=org.apache.gluten.GlutenPlugin \
--conf spark.memory.offHeap.enabled=true \
--conf spark.memory.offHeap.size=20g \
--jars https://dlcdn.apache.org/incubator/gluten/1.4.0-incubating/apache-gluten-1.4.0-incubating-bin-spark35.tar.gz \
--jars https://dlcdn.apache.org/gluten/1.5.0/apache-gluten-1.5.0-bin-spark-3.5.tar.gz \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.6?

--conf spark.shuffle.manager=org.apache.spark.shuffle.sort.ColumnarShuffleManager
```

Expand Down
Loading