GitHub user jongyoul reopened 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 d8aad5acc5bd7c769542599f83b09aaa86504aab
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-06-10T09:54:00Z
Add `--jars` option to `SparkInterpreterLauncher` class
commit 836657417f75086f54ae695ec4925568edb30076
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-07-02T09:42:56Z
Fixed code rebased wrong
commit b3eb6cbb073dfec24d56d68e430156740c4566d6
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-07-04T06:17:29Z
Added a test in case where localRepoPath doesn't have any jar inside it
----
---