Esri / gis-tools-for-hadoop

The GIS Tools for Hadoop are a collection of GIS tools for spatial analysis of big data.
http://esri.github.io/gis-tools-for-hadoop/
Apache License 2.0
521 stars 254 forks source link

Update Samples & Tutorials to Spatial Framework for Hadoop v2 and Geometry v2 #66

Open randallwhitman opened 6 years ago

randallwhitman commented 6 years ago

Where applicable need to use new names [Un]enclosedEsriJsonInputFormat and EsriJsonSerDe. Review direct Geometry calls relating to JSON to update exceptions checked. Geometry v2 also implies Jackson v2. Mismatch with the latest versions creates confusion and leads to issues e.g. #65.

randallwhitman commented 6 years ago

Apparently I committed JSON-naming changes to branch ~without ever merging~ - it may be that the changes hadn't gotten tested. [update] No - that was merged in #58, but not sure how thoroughly it was tested, if the pre-built JAR files in the lib directory were not updated to match.

randallwhitman commented 6 years ago

Should probably update Hive and Hadoop versions too. [update: also Jackson version, to match Geometry v2.]

randallwhitman commented 6 years ago

Updated the tutorials today. @smambrose