I would like to install the Geomesa library on Databricks, but choosing any geomesa library goes automatically to "failed". I have tried all of the available versions. What am I doing wrong?
Asked
Active
Viewed 270 times
1
-
what databricks runtime is used? what message do you see when you click on the library instance – Alex Ott Jan 05 '22 at 10:00
-
the runtime is 9.1 LTS (includes Apache Spark 3.1.2, Scala 2.12) and the error message: Library resolution failed. Cause: java.lang.RuntimeException: org.locationtech.geomesa:geomesa_2.12 download failed. – Olgaraa Jan 05 '22 at 10:02
-
1You should be using a different artifactID. See https://github.com/locationtech/geomesa#spark-runtimes for an example. – GeoJim Jan 05 '22 at 16:01
-
Unfortunately this library (geomesa-gt-spark-runtime_2.12) is giving me the exact same error – Olgaraa Jan 10 '22 at 09:20
1 Answers
0
A workaround, not a solution for the failure is to download the JAR from maven central then upload it to dbfs (or upload it directly to the install wizard) then install it.

MoustafaAAtta
- 1,011
- 12
- 17