microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.59k stars 909 forks source link

Add support for Kernel management (Interrupt, Restart, etc) #8281

Open kenvanhyning opened 5 years ago

kenvanhyning commented 5 years ago

Example of features that Jupyter UI provides:

jupyter kernel

dgshaver commented 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.