Some bugs related to interpreter process management has been fixed in 0.7.1 release [1]. Could you try 0.7.1 or master branch and see if the same problem occurs?
Thanks, moon [1] https://issues.apache.org/jira/browse/ZEPPELIN-1832 On Wed, Apr 26, 2017 at 1:13 AM Meethu Mathew <meethu.mat...@flytxt.com> wrote: > Hi, > > We have connected our zeppelin to mesos. But the issue we are facing is > that Zeppelin framework is not getting unregistered from Mesos even if the > notebook is closed. > > Another problem is if the user logout from zeppelin, the SparkContext is > getting stopped. When the same user login again, it creates another > SparkContext and then the previous SparkContext will become a dead process > and exist. > > Is it a bug of zeppelin or is there any other proper way to unbind the > zeppelin framework? > > Zeppelin version is 0.7.0 > > Regards, > > > Meethu Mathew > >