GitHub user DrIgor opened a pull request:
https://github.com/apache/zeppelin/pull/1937
Search for interpreter-settings in several jars in folder
### What is this PR for?
`InterpreterFactory` searches for single `interpreter-settings.json` in
some jar in folder. This PR allows us to have `interpreter-settings.json` in
several jar in one interpreter folder.
For example, we can have `zeppelin-spark.jar` and
`zeppelin-zrinterpreter.jar` in interpreter/spark folder, both with
interpreter-settings.json. Zeppelin will load R settings only when
`zeppelin-zrinterpreter.jar` exists.
### What type of PR is it?
[Improvement]
### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
* Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg.
[ZEPPELIN-533]
### 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/DrIgor/zeppelin multiply-interpreter-settings
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1937.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 #1937
----
commit 47bc4699b971982b30ec9186b74ca64a0f786c49
Author: Igor Drozdov <[email protected]>
Date: 2017-01-23T11:20:38Z
Search for interpreter-settings in several jars in folder
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---