Skip to content

Commit

Permalink
[GLUTEN-6987][DOC] fix: add shell newline character after spark-shell (
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoliversun authored and shamirchen committed Oct 14, 2024
1 parent 6dd8318 commit 9d65c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Alternatively, you can build gluten from source, then do some configurations to

```
export gluten_jar = /PATH/TO/GLUTEN/backends-velox/target/<gluten-jar>
spark-shell
spark-shell \
--master yarn --deploy-mode client \
--conf spark.plugins=org.apache.gluten.GlutenPlugin \
--conf spark.memory.offHeap.enabled=true \
Expand Down

0 comments on commit 9d65c26

Please sign in to comment.