rcongiu / Hive-JSON-Serde

Read - Write JSON SerDe for Apache Hive.
Other
732 stars 391 forks source link

using serde emr 5.0.3 #169

Closed andrewt0nge closed 7 years ago

andrewt0nge commented 7 years ago

I've tried to compile the serde for use on EMR 5.0.3 without much luck!

it's hadoop version 2.7.2 and hive version 2.1.0 - it looks like it builds the jar fine, I can add it to hive without an error but then when I try to call it in a create table statement I just get

Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Cannot validate serde: org.openx.data.jsonserde.JsonSerDe

Any help would be much appreciated!

andrewt0nge commented 7 years ago

needed to copy to /usr/lib/hive/lib !