Re: Custom interpreter in 0.6.1

2016-09-21 Thread Aurélien Hébert
Hi Mina, Thanks for the reply. I finally found the source of the error, it was due to an error in the build configuration (the interpreter was not linked to the right class name) when using the new method to register the interpreter. Thanks for trying to reproduce it. I will consider sharing our

Re: Custom interpreter in 0.6.1

2016-09-21 Thread Mina Lee
Hi Aurélien, If you have used interpeter-setting.json for 0.6.0, I believe there is not much of changes you need to make for 0.6.1. interpreterGroup information is read either from interpreter-setting.json under interpreter/{customInterpreterGroupName} or interpreter-setting.json included in your

Custom interpreter in 0.6.1

2016-09-19 Thread Aurélien Hébert
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. Wh