I want to load IPython shell (not IPython notebook) in which I can use PySpark through command line. Is that possible? I have installed Spark-1.4.1.
if version of spark >= 2.0 and the follow config could be adding to .bashrc
export PYSPARK_PYTHON=/data/venv/your_env/bin/python export PYSPARK_DRIVER_PYTHON=/data/venv/your_env/bin/ipython