- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 07:10 PM
Run result unavailable: job failed with error message Library installation failed for library due to user error for jar: "dbfs:/my-jar.jar" . Error messages: Library installation attempted on the driver node of cluster 0510-013936-3cc6d9kw and failed. Please refer to the following error message to fix the library or contact Databricks support. Error Code: DRIVER_LIBRARY_INSTALLATION_FAILURE. Error Message: java.util.concurrent.ExecutionException: java.io.FileNotFoundException: dbfs:/my-jar.jar
How do i download and install the " jar: "dbfs:/my-jar.jar" files
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 08:00 AM
@manivannan p either you need to install it manually from library option of interactive cluster https://docs.databricks.com/libraries/workspace-libraries.html#upload-a-jar-python-egg-or-python-whe...
or from library option of job configuration -
JAR: Specify the Main class. Use the fully qualified name of the class containing the main method, for example,
org.apache.spark.examples.SparkPi
. Then click Add under Dependent Libraries to add libraries required to run the task. One of these libraries must contain the main class.
https://docs.databricks.com/data-engineering/jobs/jobs.html#create-a-job
But from the error message, this looks like the jar file is invalid or there might be some issue with the jar build.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 08:00 AM
@manivannan p either you need to install it manually from library option of interactive cluster https://docs.databricks.com/libraries/workspace-libraries.html#upload-a-jar-python-egg-or-python-whe...
or from library option of job configuration -
JAR: Specify the Main class. Use the fully qualified name of the class containing the main method, for example,
org.apache.spark.examples.SparkPi
. Then click Add under Dependent Libraries to add libraries required to run the task. One of these libraries must contain the main class.
https://docs.databricks.com/data-engineering/jobs/jobs.html#create-a-job
But from the error message, this looks like the jar file is invalid or there might be some issue with the jar build.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2022 10:37 AM
Hey there @manivannan p
Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.
We'd love to hear from you.
Thanks!

