Skip to content

Commit

Permalink
[spark-1134] remove ipythonopts from ipython command
Browse files Browse the repository at this point in the history
  • Loading branch information
Diana Carroll committed Mar 25, 2014
1 parent b673bf7 commit ffe47f2
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 @@ -60,7 +60,7 @@ fi

# Only use ipython if no command line arguments were provided [SPARK-1134]
if [[ "$IPYTHON" = "1" && $# = 0 ]] ; then
exec ipython $IPYTHON_OPTS
exec ipython
else
exec "$PYSPARK_PYTHON" "$@"
fi

0 comments on commit ffe47f2

Please sign in to comment.