Resolved! Can I install notebook scoped JAR/Maven libraries?
The notebook scoped libraries are very handy. Is it possible to leverage the same for maven jars or application jars as well?
- 4395 Views
- 2 replies
- 3 kudos
The notebook scoped libraries are very handy. Is it possible to leverage the same for maven jars or application jars as well?
I have installed "com.databricks:spark-xml_2.12:0.16.0" maven libraries to a cluster. The installation was successful. But when I restart the cluster, even this successful installation becomes failed. This happens with all Maven Libraries. Here is th...
it is intermittent issue, we also faced this issue earlier ,try to upgrade DBR version
I have like 5 maven libraries, and with all of them, I have the same issue with Job or Notebooks. How much do I have to wait? is there another solution? Thank you very much!
@Raymond Garcia , could you please open a support case with Databricks for the same? We will triage the issue and provide a solution.
I want to import a maven library with its dependencies. How to do it?
I recommend creating a UBER jar or download jars offline use it in clusters when the maven becomes healthy again: 1. Install the MVN CLI tool on your local mac: brew install mvnvm2. Download the Artifact with all dependencies: mvn dependency:get -Dr...