We have installed Overwatch in Azure Databricks environment.
As mentioned in documentation, we did create storage account for cluster logs and mounted it in databricks. Similarly, enabled system tables for audit logs and created delta table for storing the overwatch configurations.
We tired both methodologies of installation, but were unable to run dashboards successfully at the end
- Via Notebook method
โโโโโโ- The runner notebook and helper notebook ran successfully without any errors
โโโโโโ- But we were partially able to run dashboards notebooks, as few got errors
- Not Working: workspace dashboard, jobs dashboard & DBSQL(scala) dashboard
- Working: clusters dashboard, notebook dashboard
2.Via JAR method
- We configured the job, as specified in the documentation
- Passed main class and parameters mentioned in documentation
- But the job failed with following error
It would be great if you could help us in resolving these errors, or some pointers based on your experience with Overwatch would be helpful.
#overwatch #azuredatabricks