Github user masyan commented on the issue:
https://github.com/apache/zeppelin/pull/2096
@Leemoonsoo
Although probably implement hooks to do this properly. This may confuse the
user. If he is going to register these hooks in their paragraphs, and they will
not work (because they will be executed only when the initialization of the
interpreter).
I propose, then, is a global solution. Add two parameters
zeppelin.interpretator.after_open
zeppelin.interpretator.before_close
and add `interpetator.interpret(interpetator.getProperty(propertyName))` to
methods open and close (RemoteInterpreterServer.java)
---
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.
---