GitHub user cloverhearts opened a pull request: https://github.com/apache/incubator-zeppelin/pull/652
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. ***It has been re-written from the first newly created PR.*** https://github.com/apache/incubator-zeppelin/pull/631 ### What type of PR is it? Feature ### Todos * [x] - Dynamic load * [x] - Modified according to feedback (https://github.com/apache/incubator-zeppelin/pull/631) ### 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 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/652.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 #652 ---- commit 727093195f1e6189a83ae101d300c13e95226bd1 Author: Estail7s <estai...@gmail.com> Date: 2016-01-18T08:49:46Z implement Dynamic load interpreter commit 101802c24146f626c585386eb72767efcebadce0 Author: Estail7s <estai...@gmail.com> Date: 2016-01-18T09:49:11Z ZEPPELIN-598 CONVENTION AND LOG ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---