Re: multiple instances of the same interpreter type

2017-04-07 Thread Rick Moritz
Which version of Zeppelin are you running? There was a bug, where killing Zeppelin wouldn't actually kill the interpreters, because the kill signal wasn't passed through, but that was fixed in 0.7.1: https://issues.apache.org/jira/browse/ZEPPELIN-2258 On Fri, Apr 7, 2017 at 5:31 PM, Ruslan Dautkha

Re: multiple instances of the same interpreter type

2017-04-07 Thread Ruslan Dautkhanov
We have each user running their own Zeppelin instances, so everyone has Spark interpreter group defined as "option": { .. "perNote": "shared", "perUser": "shared", .. } which translates to "interpreter will be instantiated Globally in shared process."

Re: multiple instances of the same interpreter type

2017-04-06 Thread Jeff Zhang
What mode do you use ? Ruslan Dautkhanov 于2017年4月7日周五 上午12:49写道: > A user managed somehow to launch multiple instances of spark interpreter > under the same Zeppelin server. > > See a snippet of `pstree` output: > > |-java,6360,wabramov -Dfile.encoding=UTF-8 -Xms1024m -Xmx2048m > -XX:MaxPermS

multiple instances of the same interpreter type

2017-04-06 Thread Ruslan Dautkhanov
A user managed somehow to launch multiple instances of spark interpreter under the same Zeppelin server. See a snippet of `pstree` output: |-java,6360,wabramov -Dfile.encoding=UTF-8 -Xms1024m -Xmx2048m -XX:MaxPermSize=512m-Dlog4j.configuration=file:///home/wabramov/ | |-interpreter.sh,4510