Esri / spatial-framework-for-hadoop

The Spatial Framework for Hadoop allows developers and data scientists to use the Hadoop data processing system for spatial data analysis.
Apache License 2.0
363 stars 160 forks source link

AbstractSerDe class rather than obsolete SerDe interface #131

Closed randallwhitman closed 6 years ago

randallwhitman commented 6 years ago

Required as of Hive-v2.3; available as of Hive-0.11, which is more than 5 releases ago. Spatial Framework will now require Hive-0.11+ to use the JSON SerDe classes; it had already required Hive-0.12+ to build from source.

130