Skip to content
Snippets Groups Projects
Commit d7dec938 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Don't use SPARK_LAUNCH_WITH_SCALA in pyspark

parent 3ff105f8
No related branches found
No related tags found
No related merge requests found
......@@ -54,11 +54,6 @@ export PYTHONPATH=$SPARK_HOME/python/:$PYTHONPATH
export OLD_PYTHONSTARTUP=$PYTHONSTARTUP
export PYTHONSTARTUP=$FWDIR/python/pyspark/shell.py
# Launch with `scala` by default:
if [[ "$SPARK_LAUNCH_WITH_SCALA" != "0" ]] ; then
export SPARK_LAUNCH_WITH_SCALA=1
fi
if [ -n "$IPYTHON_OPTS" ]; then
IPYTHON=1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment