Skip to content
Snippets Groups Projects
Commit 77ca9e1b authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Small fix suggested by josh

parent 82a1d38a
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ export PYSPARK_PYTHON
export PYTHONPATH=$SPARK_HOME/python/:$PYTHONPATH
# Load the PySpark shell.py script when ./pyspark is used interactively:
export OLD_PYTHONSTARTUP=$PYTHONSTARTUP
export PYTHONSTARTUP=$FWDIR/python/pyspark/shell.py
if [ -n "$IPYTHON_OPTS" ]; then
......
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