Dear Community,
I have a Databricks compute where I added 2 Maven libs using a custom repository from Nexus (because of a company policy, Databricks cannot communicate with the public internet, so I must use a private Nexus repo using a firewall).
Since the compute is often shuts down, therefore the libs are installed often. These installations sometimes work, sometimes not. When they don't work, I get this error message: "Library installation timed out.". We increased the timeout on Nexus, but it did not solve the problem, and I'm afraid this timeout comes from the Databricks, not from the Nexus. Even if the installations are succesful, it takes almost 2 hours for those 2 libs.
I also have some pip modules installed from Notebooks, they are fast and they are working all the time, therefore I think the problem is not with the Nexus but with the Databricks.
Please let me know if you know a solution, or if you can recommend any debugging option. Thank you!