Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
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.
3,175 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