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 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 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 mins (user input or job output)
> and then return all the resources and close everything.
>
> Thank you,
> Alex
>
>
>


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 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 mins (user input or job output)
>> and then return all the resources and close everything.
>>
>> Thank you,
>> Alex
>>
>


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 mins (user input or job output)
> and then return all the resources and close everything.
>
> Thank you,
> Alex
>


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


Login/Logout Problem

2017-03-01 Thread Benjamin Kim
We are running into problems where users login and staying logged in. When they 
try to run JDBC queries or even opening a notebook, they get flickering in the 
browser where the green color dot next to the username turns red, then back to 
green, then back to red, etc. When it stops doing that, then users are able to 
use the notebook finally, but when they do, they get an ERROR when clicking the 
run arrow often. Since these notebooks were migrated from Zeppelin 0.6 to 
Zeppelin 0.7, I suspect that there might be incompatibility issues.

Thanks,
Ben

Zeppelin Service Install

2017-03-01 Thread Benjamin Kim
Anyone have installed Zeppelin onto a CentOS/RedHat server and made it into a 
service? I can’t seem to find the instructions on how to do this.

Cheers,
Ben