layout: page title: “Dependency Management for Apache Spark Interpreter” description: “Include external libraries to Apache Spark Interpreter by setting dependencies in interpreter menu.” group: manual

{% include JB/setup %}

Dependency Management for Interpreter

You can include external libraries to interpreter by setting dependencies in interpreter menu.

When your code requires external library, instead of doing download/copy/restart Zeppelin, you can easily do following jobs in this menu.

  • Load libraries recursively from Maven repository
  • Load libraries from local filesystem
  • Add additional maven repository
  • Automatically add libraries to SparkCluster