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 Feb 25, 2015
1 parent 0031a8e commit 7e66c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pyspark
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export PYTHONSTARTUP="$SPARK_HOME/python/pyspark/shell.py"
if [[ -n "$SPARK_TESTING" ]]; then
unset YARN_CONF_DIR
unset HADOOP_CONF_DIR
export PYSPARK_SUBMIT_ARGS=pyspark-shell
if [[ -n "$PYSPARK_DOC_TEST" ]]; then
exec "$PYSPARK_DRIVER_PYTHON" -m doctest $1
else
Expand Down

0 comments on commit 7e66c18

Please sign in to comment.