This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 6cd87b1360 [HUDI-5184] Remove unnecessary line from pyspark example
(#7178)
6cd87b1360 is described below
commit 6cd87b13600706b6062bea9bf99abf3bd60c131a
Author: Jon Vexler <[email protected]>
AuthorDate: Fri Nov 11 08:26:38 2022 -0500
[HUDI-5184] Remove unnecessary line from pyspark example (#7178)
---
hudi-examples/hudi-examples-spark/src/test/python/README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/hudi-examples/hudi-examples-spark/src/test/python/README.md
b/hudi-examples/hudi-examples-spark/src/test/python/README.md
index 71382fd979..34f0a61e60 100644
--- a/hudi-examples/hudi-examples-spark/src/test/python/README.md
+++ b/hudi-examples/hudi-examples-spark/src/test/python/README.md
@@ -28,7 +28,6 @@ Various python packages may also need to be installed so you
should get pip and
```bash
export SPARK_HOME=/path/to/spark/home
export PATH=$PATH:$SPARK_HOME/bin:$SPARK_HOME/sbin
-export PYSPARK_SUBMIT_ARGS="--master local[*]"
export PYTHONPATH=$SPARK_HOME/python/:$PYTHONPATH
export PYTHONPATH=$SPARK_HOME/python/lib/*.zip:$PYTHONPATH
```