This is an automated email from the ASF dual-hosted git repository.

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 7dfd620df [GLUTEN-6987][DOC] fix: add shell newline character after 
spark-shell (#6986)
7dfd620df is described below

commit 7dfd620df0aa4f43232b40d3eac4d455ea2238ae
Author: Qian Sun <[email protected]>
AuthorDate: Fri Aug 23 11:33:37 2024 +0800

    [GLUTEN-6987][DOC] fix: add shell newline character after spark-shell 
(#6986)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index abd8d57ed..17e0c3802 100644
--- a/README.md
+++ b/README.md
@@ -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 \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to