Issue 1: No available when executing command yum groupinstall “Development tools“
Resolution: This occurs when you copy and pasted the command. The double quotes used are wrong. Use " instead. There run the following command with the right double quotes:
yum groupinstall "Development tools"
The same occurs with pip install “ipython[notebook]“
Instead run
pip install "ipython[notebook]"
---------------------------------------
Issue 2: No ~/.ipython/profile_pyspark found after executing command ipython profile create pyspark
Resolution:
IPython was updated to 4.0.0 which uses jupyter
Run jupyter notebook --generate-config
Then nano /root/.jupyter/jupyter_notebook_config.py
-------------------------------------------
Issue 3: - profile Error when executing "~/start_ipython_notebook.sh"