1

How to add dependencies to the Apache Livy Interpreter in Apache Zeppelin?

I tried adding the way, I did for standard Spark Interpreter inside Zeppelin, it did not work

I tried adding it on livy.spark.jars.packages, it did not work.

All these dependencies are available in my local repositoty

Harvinder Singh
  • 681
  • 7
  • 20

1 Answers1

0

Hope this works for you, and for adding local dependencies you can follow the instructions given here.

Prabhu
  • 967
  • 7
  • 14
  • Thanks for the response, it is able to fetch libs from Maven but not from my local repository, the local repo is also added in Zeppelin. However, I do not get any issue with standard Spark Interpreter, which is part of Zeppelin. I am using Zeppelin-0.8.0-snapshot version. – Harvinder Singh Feb 06 '18 at 13:37
  • Does Apche Livy team trying to resolve the issue of loading dependency from local repositories? – Harvinder Singh Apr 09 '18 at 14:21