GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/1095
ZEPPELIN-1067 Change ordering mechanism for interpreters ### What is this PR for? Removing dependency of interpreterClassList in order to add custom interpreter easily. For now, we should add some configuration for loading custom interpreter. This will enable users to add custom interpreter without changing interpreterClassList ### What type of PR is it? [Improvement] ### Todos * [x] - Remove dependency of interprterClassList ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1067 ### How should this be tested? That shouldn't change any thing on user level. ### 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-1067 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1095.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 #1095 ---- commit 79da385c66c9bd0e0ab3da566066933823d18198 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-06-27T13:44:42Z Added new configuration for ordering group Removed codes using interpreterClassList Added option to set default interpreter commit 05ad9bb5dd39332e9b3d5437abb3940aa65bd2e5 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-06-27T13:57:03Z Added interpreter group not in a interpret_group_order commit 0d0b4c5a11a0c6ad1e546d9e08ae543a7d9638b3 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-06-27T13:58:59Z Fixed NoteInterpreterTest not to use an option for ordering group commit 78a213ba71f2b5fff40d318f2db4a642704b0336 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-06-27T14:02:47Z Adjusted some interpreter groups having multiple interpreters commit 7915311c2285ca6cb3475a62d1d97afec2b4978d Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-06-27T14:12:52Z Fixed style ---- --- 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. ---