Closed geoHeil closed 6 years ago
Following along in spark at https://github.com/geoHeil/spatial-heatmaps/tree/master/esri the JSON serde is not found ClassNotFoundException: Class com.esri.hadoop.hive.serde.JsonSerde not found even though:
ClassNotFoundException: Class com.esri.hadoop.hive.serde.JsonSerde not found
"com.esri.hadoop" % "spatial-sdk-hive" % esriVersion, "com.esri.hadoop" % "spatial-sdk-json" % esriVersion,
i.e. the current master branch (2.1.0-SNAPSHOT) are on the class path. Am I missing a dependency? The base JSON Serde would be available but is not called.
With Spatial Framework for Hadoop v2, use EsriJsonSerDe rather than the obsolete old name JsonSerde.
EsriJsonSerDe
JsonSerde
Thanks.
Following along in spark at https://github.com/geoHeil/spatial-heatmaps/tree/master/esri the JSON serde is not found
ClassNotFoundException: Class com.esri.hadoop.hive.serde.JsonSerde not found
even though:i.e. the current master branch (2.1.0-SNAPSHOT) are on the class path. Am I missing a dependency? The base JSON Serde would be available but is not called.