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
367 stars 159 forks source link

An exception occurred while creating a table using Esrijsonserde #172

Closed 1012170459 closed 4 years ago

1012170459 commented 4 years ago

hive version:0.13.0 spatial-framework-for-hadoop version:2.1.0 After building, an exception occurred when importing the jar package according to the tutorial The abnormal information is: exec.DDLTask (DDLTask.java:execute(478)) - java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/JsonProcessingException

randallwhitman commented 4 years ago

Hi - please make sure that Jackson is in the classpath. (And take note of recent patch levels after posted vulnerabilities.)

1012170459 commented 4 years ago

Thank you. The problem has been solved