Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement
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.
2,674 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?

Version history
Last update:
‎12-31-2016 07:17 PM
Updated by:
Contributors