Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2613
I see. Could you also explain little bit about why you decided to make
`interpreter-parent` module instead of just add copy plugin to existing common
parents `zeppelin-interpreter` ?
This may require some additional update
- [Interpreter dev
guide](https://github.com/apache/zeppelin/blob/master/docs/development/writing_zeppelin_interpreter.md#make-your-own-interpreter)
- which parent module should use to create new interpreter
- [Interpreter list in Helium
menu](https://github.com/apache/zeppelin/blob/gh-pages/helium_packages.md) -
Interpreter's are collected using on dependency `zeppelin-interpreter`. (see
https://github.com/apache/zeppelin/pull/2037)
---