Hi, I'm actually working to change the location of Zeppelin interpreters directory. To achieve my goal, I changed the following environment variables in the {zeppelin_folder}/conf/zeppelin-env.sh file:
export ZEPPELIN_INTERPRETER_DIR="/my/new_location" export ZEPPELIN_INTERPRETER_CONF="/my/new_location/conf/interpreter.json" When I go through the UI and create a new interpreter, the interpreter.json at the new location does not change. The old file is the modified one. I'm on Ubuntu 16.04 with Zeppelin 0.6.1. How can I figure this out?