Hello, I developed an interpreter for the Zeppelin version 0.6.0. I am now updating it to work on the 0.6.1 release. But unfortunately I am experimenting an issue.
When clicking on the create button, I found a list of interpreter with mine, I add it and save it. Then no interpreter is created. When checking on the network requests made I have the following result: {"status":"CREATED","message":"","body":{"id":"2BYP7ANTF","name":"test","group":"myInterpreter","properties":{"prop1":"default"},"interpreterGroup":[],"dependencies":[],"option":{"remote":true,"perNoteSession":false,"perNoteProcess":false,"isExistingProcess":false}}} The field interpreterGroup corresponds here to an empty field, what should I modify/look for to fill it with the good values ? I put my jar with the dependencies in interpreter/myInterpreter, and chande zeppelin-site.xml. The interpreter is defined using the interpreter-setting.json. Thanks --- Aurélien Hébert Developer at Cityzen Data