Open kenvanhyning opened 5 years ago
ADS relies on Livy sessions to enable its interactive development experience. If livy.server.session.timeout-check is enabled in livy.conf, idle livy sessions are cleaned-up if a session is idle for longer than the value configured livy.server.session.timeout. If a Livy session times out or dies (for some other reason), there needs to be a way to "re-plumb" the "livy" session and associated driver and executors on the BDC cluster. Currently, this functionality appears to be missing.
Example of features that Jupyter UI provides: