Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esri hive JSON serde not found #22

Closed
geoHeil opened this issue Dec 4, 2017 · 2 comments
Closed

esri hive JSON serde not found #22

geoHeil opened this issue Dec 4, 2017 · 2 comments

Comments

@geoHeil
Copy link

geoHeil commented Dec 4, 2017

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:

"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.

The issue here probably makes more sense than at Esri/gis-tools-for-hadoop#65

@geoHeil
Copy link
Author

geoHeil commented Dec 4, 2017

It looks like JsoonSerde is obsolete? https://github.com/Esri/spatial-framework-for-hadoop/search?utf8=✓&q=JsonSerde&type= but apparently still used from the current master branch.

@randallwhitman
Copy link
Contributor

The one to pursue is Esri/gis-tools-for-hadoop#66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants