Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (2)
avatar
Rising Star

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 
After this restart livy spark interpreter started to work.
1,905 Views
0 Kudos
Comments
avatar
Super Collaborator

Why are we changing it in the Zeppelin env? Can this be changed in the Spark interpreter configs? /cc @prabhjyot singh

Does this work with Zeppelin 0.7.0?