Re: Is there a way to close interpreter after inactivity

2017-03-01 Thread Jeff Zhang
Or you can use livy interpreter for now which would release resources after 1 hour idle time. https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/interpreter/livy.html Alexander Filipchik 于2017年3月2日周四 上午4:27写道: > Nice! I hacked it together for 0.6 but porting it to 0.7 is

Re: Is there a way to close interpreter after inactivity

2017-03-01 Thread Alexander Filipchik
Nice! I hacked it together for 0.6 but porting it to 0.7 is challenging. On Wed, Mar 1, 2017 at 12:18 PM, Ruslan Dautkhanov wrote: > https://issues.apache.org/jira/browse/ZEPPELIN-2197 > > This was created just yesterday :-) > > > On Wed, Mar 1, 2017 at 12:54 PM

Re: Is there a way to close interpreter after inactivity

2017-03-01 Thread Ruslan Dautkhanov
https://issues.apache.org/jira/browse/ZEPPELIN-2197 This was created just yesterday :-) On Wed, Mar 1, 2017 at 12:54 PM Alexander Filipchik wrote: > Hi, > > Is there any way to close an isolated interpreter after some timeout? > Let's say set an inactivity timeout of 30

Is there a way to close interpreter after inactivity

2017-03-01 Thread Alexander Filipchik
Hi, Is there any way to close an isolated interpreter after some timeout? Let's say set an inactivity timeout of 30 mins (user input or job output) and then return all the resources and close everything. Thank you, Alex