We are using Livy interpreter from Zeppelin to connect to Spark.

In this,  we want to give the users an option to download the external
libraries.
By default we have added some basic libraries in interpreter setting.

In spark interpreter, an users can download the external libraries they
want using this command.
%spark.dep
z.reset()
z.addRepo("Spark Packages Repo").url("
http://dl.bintray.com/spark-packages/maven";)
z.load("com.databricks:spark-csv_2.11:1.2.0")


How can we import the external libraries using livy ?


Another question, is there a way to change the yarn queue name at runtime?
Some users want to use different queue rather than default queue assigned
in the interpreter.  If that feature is not available, then what is the
best approach to implement this ?

Thanks
Anand

Reply via email to