You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an existing Cloudera cluster, python 3.3, pyspark is running python 2.7.14.
We are able to set up Jupyterhub on the same host with both python 2 and 3
How can we set up the environment in JupyterHub so that we can create Spark Context (python 2/spark 1.6) or Spark Session (python 3/spark 2) and access the HDFS data on the Cloudera Cluster?