You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Jhon Anderson Cardenas Diaz <jh...@gmail.com> on 2018/10/20 14:22:33 UTC

Change interpreter execution root path

Hi

Do you know how can I change the folder path where the interpreters are
executed?.

The reason why I want to change that default location (which is
$ZEPPELIN_HOME) is because we are getting very large core dumps files in
that location when the interpreter process die.

As we are in a k8s ecosystem, If we change the run time location to a
subfolder we could mount a volume in that location to avoid zeppelin die
because of full disk space.

We already tried to change the core dumps file location with
/proc/sys/kernel/core_pattern
but this does not work because is running in a docker container inside a
k8s ecosystem.

Thanks!

Re: Change interpreter execution root path

Posted by Jeff Zhang <zj...@gmail.com>.
You can set zeppelin.interpreter.dir in zeppelin-site.xml

Jhon Anderson Cardenas Diaz <jh...@gmail.com>于2018年10月20日周六
下午10:22写道:

> Hi
>
> Do you know how can I change the folder path where the interpreters are
> executed?.
>
> The reason why I want to change that default location (which is
> $ZEPPELIN_HOME) is because we are getting very large core dumps files in
> that location when the interpreter process die.
>
> As we are in a k8s ecosystem, If we change the run time location to a
> subfolder we could mount a volume in that location to avoid zeppelin die
> because of full disk space.
>
> We already tried to change the core dumps file location with /proc/sys/kernel/core_pattern
> but this does not work because is running in a docker container inside a
> k8s ecosystem.
>
> Thanks!
>

Re: Change interpreter execution root path

Posted by Jeff Zhang <zj...@gmail.com>.
You can set zeppelin.interpreter.dir in zeppelin-site.xml

Jhon Anderson Cardenas Diaz <jh...@gmail.com>于2018年10月20日周六
下午10:22写道:

> Hi
>
> Do you know how can I change the folder path where the interpreters are
> executed?.
>
> The reason why I want to change that default location (which is
> $ZEPPELIN_HOME) is because we are getting very large core dumps files in
> that location when the interpreter process die.
>
> As we are in a k8s ecosystem, If we change the run time location to a
> subfolder we could mount a volume in that location to avoid zeppelin die
> because of full disk space.
>
> We already tried to change the core dumps file location with /proc/sys/kernel/core_pattern
> but this does not work because is running in a docker container inside a
> k8s ecosystem.
>
> Thanks!
>