> org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while > processing writable
This is probably a question best asked on the Hive user list or the JSONSerDe repo. Quick note - JSON String data defaults to utf-8, so this might be a discussion on why this will never work. Or possibly, if you are using Unicode (U+1F60E), this might require a java or json library upgrade. Cheers, Gopal