Can you please guide me on where I can find the logs of the Library Installation in Azure Databricks ? I am trying to install the spark-sql_2.11 package from Maven which is failing and there are no details on why it is failing. It would be great if someone can help identify the issue.
Steps to Install:
Clusters -> Libraries -> Install New
-> Maven Tab -> Search Packages
-> Select Maven Central Repository in Drop Down -> Search for spark-sql_2.11
-> Select compatible Spark version in release i.e. **2.4.5** in my case
-> Click Select and Install.
I am facing the same issue with spark-hive_2.11 (2.4.5 release) but installation of avro-tools from maven is working as expected. Not sure what I am missing.
Thanks for all the help.