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 #65

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

esri hive JSON serde not found #65

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

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.

@randallwhitman
Copy link
Contributor

With Spatial Framework for Hadoop v2, use EsriJsonSerDe rather than the obsolete old name JsonSerde.

@geoHeil
Copy link
Author

geoHeil commented Dec 4, 2017

Thanks.

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

No branches or pull requests

2 participants