Ram Sriharsha created ZEPPELIN-357: -------------------------------------- Summary: make the spark package repo available by default for Zeppelin Key: ZEPPELIN-357 URL: https://issues.apache.org/jira/browse/ZEPPELIN-357 Project: Zeppelin Issue Type: Improvement Components: Interpreters Reporter: Ram Sriharsha Priority: Minor
Zeppelin can dynamically load spark packages as follows today(thanks Simon Ball for the snippet): %dep z.addRepo("Spark Packages Repo").url("http://dl.bintray.com/spark-packages/maven") z.load("harsha2010:magellan:1.0.3-s_2.10”) However it would be great to add the Spark Packages Repo to the Spark Interepreter dependency chain as a default so that users do not have to specify this. Spark Packages are very popular and making it simpler to load them via Zeppelin would be very convenient. -- This message was sent by Atlassian JIRA (v6.3.4#6332)