Skip to content

Commit

Permalink
Fix pyspark tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Vanzin committed Jan 7, 2015
1 parent 656374e commit a7936ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pyspark
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Figure out where Spark is installed
SPARK_HOME="$(cd "`dirname "$0"`"/..; pwd)"
export SPARK_HOME="$(cd "`dirname "$0"`"/..; pwd)"

source "$SPARK_HOME"/bin/load-spark-env.sh

Expand Down

0 comments on commit a7936ef

Please sign in to comment.