โ05-27-2022 02:08 AM
โ05-27-2022 07:47 AM
The traditional cluster doesn't save a list of SQL queries. It has a SQL UI, but it shows a dag of what happened rather than the full query.
โ05-27-2022 07:47 AM
The traditional cluster doesn't save a list of SQL queries. It has a SQL UI, but it shows a dag of what happened rather than the full query.
โ05-29-2022 08:50 PM
Hi @Joseph Kambourakisโ , does Databricks have any plans to support this in the future?
โ06-03-2022 01:18 PM
@John Williamโ it's definitely something we'd like to do.
โ05-31-2022 03:09 AM
In Apache Spark prior to 2.1, once a SQL query was run, there was no way to re-run it; all history was lost. Spark SQL introduced the "replay" functionality in Spark 2.1.0, enabling users to re-run any query they have already run. You can run a query once, save the query plan, and then later open the saved plan and run the query again. This type of history is stored in a table named sql query plan in the database. This can be seen by using the SHOW TABLES statement in the Spark SQL console.
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now