Hi When using Zeppelin over Livy, it appears that Livy will delete the session (and terminate the Spark job) after one hour of inactivity. After that, the SparkContext is closed and the user will see an error like 404 Not Found in Zeppelin notebook.
>From this point, is the only way to proceed is to manually restart the interpreter? This is not very user-friendly. Is there a way for interpreter to reconnect itself to a new Livy session automatically? Chen