OVERVIEW

To install Jupyter on a local Spark/Hadoop cluster one can install this tool using the Python pip package manager: # after Python 2.7 is installed. pip install --upgrade pip. pip install jupyter. Or, one can install the full Anaconda toolkit [17], which happens to contain the tool explicitly. For Cloudera-based clustered environments ... ................
................