Install maven JAR dependencies in Zeppelin

Devendra Parhate
1 min readDec 11, 2019

--

This is step by step tutorial to install Maven dependencies in Zeppelin.

  1. Get the dependency declaration from Maven Respository website
  2. Create Zeppelin dependency declaration in following format: <groupId>:<artifactoryId>:<version> = ml.dmlc:xgboost4j-spark:0.90
  3. Stop/Restart Zeppelin spark and run the command

%dep
z.load(“<groupId>:<artifactoryId>:<version>”)

Example:

%dep
z.load(“ml.dmlc:xgboost4j-spark:0.90”)

2.

--

--

Devendra Parhate
Devendra Parhate

Written by Devendra Parhate

Functional programmer who likes to process state with reactive distributed systems

No responses yet