Mithun Antony created ZEPPELIN-4538:
---------------------------------------
Summary: Spark Dependency Jar added in Interpreter is not list
with sc.jars
Key: ZEPPELIN-4538
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4538
Project: Zeppelin
Issue Type: Bug
Components: spark
Affects Versions: 0.8.2
Reporter: Mithun Antony
The dependency added in the spark interpreter is uploaded to the configured
`zeppelin.dep.localrepo` location. But that is not added to the spark context
jar list. In the previous versions it was working as expected.
I have tested this in both version
======== Command used to run the Zeppelin ==========
sudo docker run -p 8083:8080 --rm -v $PWD/logs:/logs -v $PWD/notebook:/notebook
-e ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name
zeppelin apache/zeppelin:0.8.2
sudo docker run -p 8084:8080 --rm -v $PWD/logs:/logs -v $PWD/notebook:/notebook
-e ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name
zeppelin apache/zeppelin:0.8.1
======== Command used to run the Zeppelin ==========
Steps to view it
{code:java}
{code}
Create a notebook and run
{code:java}
sc.jars{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)