Lucas Tittmann created ZEPPELIN-801: ---------------------------------------
Summary: Scheduler option "auto-restart interpreter on cron execution" is set globally instead for individual notebook Key: ZEPPELIN-801 URL: https://issues.apache.org/jira/browse/ZEPPELIN-801 Project: Zeppelin Issue Type: Bug Components: Interpreters Affects Versions: 0.5.6 Reporter: Lucas Tittmann Priority: Minor Setup: Using the Zeppelin Scheduler (small clock at the top). Notebook A, cron job timed at 13h00 Notebook B, cron job timed at 13h30 Declaring functions, importing, etc. on Notebook A to use in Notebook B. It does work if Notebook A is executed manually or using the cron job. But: If cron job in Notebook A is used with option "auto-restart interpreter on cron execution", the interpreter is also restarted for the cron job on Notebook B (even though the option is not activated there), thus resulting in errors of undeclared functions, etc. -- This message was sent by Atlassian JIRA (v6.3.4#6332)