We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3758175 commit e551e13Copy full SHA for e551e13
bin/spark-submit
@@ -45,7 +45,7 @@ DEPLOY_MODE=${DEPLOY_MODE:-"client"}
45
# pythonExec(which python Spark should execute).
46
# Since pyprint is located in DStream, Spark does not know which python should use.
47
# In that case, get python path from PYSPARK_PYTHON, environmental variable.
48
-# This fix is ongoing in print branch in my repo.
+# This fix is ongoing in print branch in https://github.com/giwa/spark/tree/print.
49
50
# Figure out which Python executable to use
51
if [[ -z "$PYSPARK_PYTHON" ]]; then
0 commit comments