I have a cluster with Spark 2.2 on CDH 5.12 with RHEL and I am trying to set up IPython to use with pyspark2. I have installed IPython 5.x LTS (long term support) but I am not able to get it to work.
So far
yum -y update
yum install epel-release
yum -y install python-pip
yum groupinstall 'Development Tools'
yum install python-devel
pip install IPython==5.0 --user
But I am unable to get it to work. Anyone with an idea of what am I missing?