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!