GitHub user jongyoul opened a pull request:
https://github.com/apache/zeppelin/pull/3015
[ZEPPELIN-3490] Yarn cluster mode doesn't work with dependencies set by
interpreter tab
### What is this PR for?
Passing dependencies set by interpreter tab to spark job by setting those
dependencies to `--jars` option in yarn cluster mode
### What type of PR is it?
[Bug Fix]
### Todos
* [x] - Add `--jars` option to yarn cluster mode
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3490
### How should this be tested?
1. Add a dependency into interpreter tab
2. Set 'yarn-cluster' of Spark Interpreter
3. Test it
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jongyoul/zeppelin ZEPPELIN-3490
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3015.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3015
----
commit b1f0bdcd6ba2b2faaf17a08a76a181122f79d0c8
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-06-10T09:54:00Z
Add `--jars` option to `SparkInterpreterLauncher` class
----
---