Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2023 08:09 PM
Hi @Karthick Narendran
I got the same error as you.
I tried every branch in the locationtech repository but failed. Then luckily I found a rasterframe branch for databricks here.
https://github.com/mjohns-databricks/rasterframes/tree/0.10.2-databricks
I cloned this repository and built the code with sbt and got Assembly JARs and pyrasterframes Whl. I registered these into the databricks library and it worked fine. For reference, here is the successfully working library file I built, which worked fine with Databricks 7.3 LTS (includes Apache Spark 3.0.1, Scala 2.12) only. It did not work with higher versions.