Github user Leemoonsoo commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/455#issuecomment-158740381
User can multiple settings (profiles) for an interpreter, in `Interpreter`
menu. For example,
spark-dev
spark-testing
settings can be made for the same %spark interpreter.
Current restriction is, only one interpreter setting can be used in the
single notebook, in the same time.
That's because of selecting interpreter in paragraph is %[interpreter
name], not %[setting name].
If we use %[setting name] for selecting interpreter,
Pros:
* Allow multiple settings derived from single interpreter in a notebook.
* User can set their favorite name for %[setting name] and use it in the
paragraph
Cons:
* When notebook file is shared to other people, it's hard to run while
%[setting name] is customized and all Zeppelin instance will have all different
setting name.
I think, in the future, we need to invent some way to allow all 'settings'
being used in the same notebook at the same time, without having Cons that i
mentioned above.
Until that time, I think this approach could be useful.
---
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.
---