Has anyone else come across an issue where their R notebook executes cells before all libraries in the cluster have been installed?
These are libraries in the cluster configuration since the start (not ones I've just put in).
Please see attached my two screenshots:
Screenshot 1: My 'library' setup failing because there was no library 'catalog' available to load.
Screenshot 2: (taken after screenshot 1)
Noticed that the compute cluster was yet to complete installing all libraries
Why don't the notebooks wait until all libraries have been initiailsed?
The cluster is a 'personal cluster' running Databricks runtime version 13.1 (Spark 3.4.0, Scala 2.12)
Alexis