Hi,
When I am trying to create the table - it gives me the following error. Can anyone please help in letting me know what can I do for this?
I have added Jar :
ADD JAR /usr/lib/hive/lib/hive-serdes-1.0-SNAPSHOT.jar;
ADD JAR /usr/local/Hive-JSON-Serde/json-serde/target/json-serde-1.3.9-SNAPSHOT-jar-with-dependencies.jar;
Hi, When I am trying to create the table - it gives me the following error. Can anyone please help in letting me know what can I do for this?
I have added Jar : ADD JAR /usr/lib/hive/lib/hive-serdes-1.0-SNAPSHOT.jar; ADD JAR /usr/local/Hive-JSON-Serde/json-serde/target/json-serde-1.3.9-SNAPSHOT-jar-with-dependencies.jar;
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Cannot validate serde: com.cloudera.hive.serde.JSONSerDe
Thanks.