GitHub user akhiluanandh opened a pull request: https://github.com/apache/incubator-zeppelin/pull/222
Option to choose default interpreter for a group Allow the user to select a default interpreter from the interpreter settings, by setting 'zeppelin.default.Interpreter'. This interpreter, if present in the group, will be moved to the front of the group (i.e it becomes the first element in the linked list) when `createInterpreterGroup()` is called. This interpreter now acts as the default. It is used whenever `interpreterGroup.get(0)` is called. You can merge this pull request into a Git repository by running: $ git pull https://github.com/akhiluanandh/incubator-zeppelin choose_default_interpreter Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/222.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 #222 ---- commit 2f14098a666c012a2e6bde48c0ed3afec17b1565 Author: Akhilesh Anandh <akhile...@qubole.com> Date: 2015-08-12T05:29:26Z Option to choose default interpreter for a group ---- --- 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. ---