Created on 12-31-2016 07:17 PM
Change the livy.spark.master to yarn cluster and add the following environment variable in the zeppelin-env from ambari
export PYSPARK_DRIVER_PYTHON=path_to_python2.7 export PYSPARK_PYTHON=path_to_python2.7
Created on 01-03-2017 10:01 PM
Why are we changing it in the Zeppelin env? Can this be changed in the Spark interpreter configs? /cc @prabhjyot singh
Created on 06-05-2017 08:30 AM
Does this work with Zeppelin 0.7.0?