Installing Zeppelin Interpreter on AWS EMR - isgaur/AWS-BigData-Solutions GitHub Wiki

-- Passing ZEPPELIN_INTERPRETER_DEP_MVNREPO="https://repo1.maven.org/maven2" as an environmental variable either during run-time or edit it directly in zeppelin-env.sh helps mitigate the issue.

Example:

  > sudo ZEPPELIN_INTERPRETER_DEP_MVNREPO="https://repo1.maven.org/maven2" /usr/lib/zeppelin/bin/install-interpreter.sh --name jdbc

or

  > vi /etc/zeppelin/conf/zeppelin-env.sh  

    add export  ZEPPELIN_INTERPRETER_DEP_MVNREPO="https://repo1.maven.org/maven2"

    save the file , then run "sudo /usr/lib/zeppelin/bin/install-interpreter.sh --name jdbc"