Version 1.0 2016/11/14
Pierdomenico Fiadino | [email protected]
Install Jupyter Notebook in a dedicated Python virtualenv
and integrate with Spark terminal pyspark
on a cluster client (for this example, we will use the tourism-lab
node).
This how-to assumes that we have SSH access to the machine and pyspark
already installed and configure (try executing it and see if the variables sc
, HiveContext
and sqlContext
are already installed).