Wednesday 15 June 2011

java - Could not initialize class org.openx.data.jsonserde.objectinspector.JsonObjectInspectorFactory -



java - Could not initialize class org.openx.data.jsonserde.objectinspector.JsonObjectInspectorFactory -

i trying load json info hive table using jsonserde facing problem

failed: execution error,

return code 1 org.apache.hadoop.hive.ql.exec.ddltask. not initialize class org.openx.data.jsonserde.objectinspector.jsonobjectinspectorfactory

query:

create table tip(type string, text string, business_id string, user_id string, date date, likes int) row format serde 'org.openx.data.jsonserde.jsonserde' serdeproperties("mapping.date"="date") stored textfile;

please help..

java json hadoop hive

No comments:

Post a Comment