aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRob O'Dwyer <odwyerrob@gmail.com>2014-08-27 19:47:33 -0700
committerMatei Zaharia <matei@databricks.com>2014-08-27 19:47:33 -0700
commitf38fab97c7970168f1bd81d4dc202e36322c95e3 (patch)
tree757862a24ea003d1b9b9fef0dc9e3b1c96d026af /core
parentb86277c13232c3e65ce6c6cf7f6ede6a00546485 (diff)
downloadspark-f38fab97c7970168f1bd81d4dc202e36322c95e3.tar.gz
spark-f38fab97c7970168f1bd81d4dc202e36322c95e3.tar.bz2
spark-f38fab97c7970168f1bd81d4dc202e36322c95e3.zip
SPARK-3265 Allow using custom ipython executable with pyspark
Although you can make pyspark use ipython with `IPYTHON=1`, and also change the python executable with `PYSPARK_PYTHON=...`, you can't use both at the same time because it hardcodes the default ipython script. This makes it use the `PYSPARK_PYTHON` variable if present and fall back to default python, similarly to how the default python executable is handled. So you can use a custom ipython like so: `PYSPARK_PYTHON=./anaconda/bin/ipython IPYTHON_OPTS="notebook" pyspark` Author: Rob O'Dwyer <odwyerrob@gmail.com> Closes #2167 from robbles/patch-1 and squashes the following commits: d98e8a9 [Rob O'Dwyer] Allow using custom ipython executable with pyspark
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions