GitHub user cloverhearts opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/630
ZEPPELIN-598 ] Dynamic loading for Interpreter
### What is this PR for?
Use of external libraries that are included in the Roadmap,
The interpreter needs related to dynamic loading capabilities.
### What type of PR is it?
Feature
### Todos
* [ ] - Dynamic load
### Is there a relevant Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-598
### How should this be tested?
By annotating the interpreter setting items below, try using the
loadDynamicInterpreter method.
Or create a new interpreter loads created in the local Maven repository.
incubator-zeppelin/zeppelin-zengine/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java
``` java
ZEPPELIN_INTERPRETERS("zeppelin.interpreters",
"org.apache.zeppelin.spark.SparkInterpreter,"
+ "org.apache.zeppelin.spark.PySparkInterpreter,"
+ "org.apache.zeppelin.spark.SparkSqlInterpreter,"
+ "org.apache.zeppelin.spark.DepInterpreter,"
+ "org.apache.zeppelin.markdown.Markdown,"
...
```
### 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/cloverhearts/incubator-zeppelin
ZEPPELIN-598-DyInter
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/630.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 #630
----
commit adabfbb82621da73c251bce67bb18bdce8117553
Author: Mina Lee <[email protected]>
Date: 2016-01-01T19:04:33Z
[ZEPPELIN-546] Pass DependencyResolver to InterpreterFactory
commit 0588c34b19c46e175ddcc9062f1f5ffd09f3a0e5
Author: Mina Lee <[email protected]>
Date: 2016-01-01T19:05:05Z
[ZEPPELIN-546] Fix tests
commit e2ba959985a56ad62949fe88165ed4fa67ddafe5
Author: Estail7s <[email protected]>
Date: 2016-01-13T03:18:25Z
Merge branch 'master' of https://github.com/apache/incubator-zeppelin
commit 479277fabe68b8a991038c38163144421d36dd59
Author: Estail7s <[email protected]>
Date: 2016-01-13T04:58:15Z
Merge branch 'master' of https://github.com/apache/incubator-zeppelin
commit 188808011462150b4ba093923b73b63e40a73a9f
Author: Estail7s <[email protected]>
Date: 2016-01-13T05:00:48Z
ZEPPELIN-598-Dynamic-Interpreter-Loader
commit 0e0a9c46cfb5d2ed88fe07bf6683ffb7d20b5cf3
Author: Estail7s <[email protected]>
Date: 2016-01-13T05:21:55Z
Fixed Indent
----
---
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.
---