algattik / databricks-geomesa

Geospatial analytics with GeoMesa on Databricks
Apache License 2.0
7 stars 1 forks source link

geomesa libraries attached to databricks #1

Open chen7572 opened 4 years ago

chen7572 commented 4 years ago

Thank you for putting together this repository for us to use geomesa on databricks. After building it, I noticed there are two .jar files being generated in the target folder: geomesa-fs-spark-runtime_2.11-2.3.0.jar original-geomesa-fs-spark-runtime_2.11-2.3.0.jar.

What are the differences between the two and are both needed to be attached to databricks?

Thank you!

arvind-ramac commented 1 month ago

@chen7572 There are two jars due to the use of the maven-shade plugin in pom.xml. The former is a fat jar that contains all of the dependencies while the jar with the original prefix would not essentially contain any relocated classes.