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 656374e commit a7936efCopy full SHA for a7936ef
bin/pyspark
@@ -18,7 +18,7 @@
18
#
19
20
# Figure out where Spark is installed
21
-SPARK_HOME="$(cd "`dirname "$0"`"/..; pwd)"
+export SPARK_HOME="$(cd "`dirname "$0"`"/..; pwd)"
22
23
source "$SPARK_HOME"/bin/load-spark-env.sh
24
0 commit comments