Re: Is there any way to change the default interpreter in a interpreter group ?

2016-08-24 Thread Jeff Zhang
Hi Jongyoul, I tried that, but fails. The reason is that we will load interpreter-setting.json multiple times. So no matter what chagne I made, the intepreter-setting.json in the interpreter jar will always be loaded to override my change. I have created

Re: Is there any way to change the default interpreter in a interpreter group ?

2016-08-24 Thread Jongyoul Lee
Hi Jeff, The first, Zeppelin tries to read that location. If Z cannot read it, Z tries to find in a jar. Thus you don't have to be worried about conflict as well. On Thu, Aug 25, 2016 at 10:22 AM, Jeff Zhang wrote: > Thanks Jongyoul, But I notice for now

Re: Is there any way to change the default interpreter in a interpreter group ?

2016-08-24 Thread Jeff Zhang
Thanks Jongyoul, But I notice for now interpreter-setting.json is in the interpreter jar which prevent me to edit it directly. If I put another interpreter-setting.json in {ZEPPLIN_HOME}/interpreter/{interpreter-group}, I'm afraid they will conflict as both of them are in the classpath. On Thu,