You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create external table tmp_test1
row format serde 'org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer'
with serdeproperties (
"serialization.class"="xxxx",
"serialization.format"="org.apache.thrift.protocol.TCompactProtocol")
stored as parquet;
I create hive table successfully, but load data got problem: "Failed with exception java.io.IOException:java.lang.ClassCastException: org.apache.hadoop.io.ArrayWritable cannot be cast to org.apache.hadoop.io.BytesWritable"
The text was updated successfully, but these errors were encountered:
create external table tmp_test1
row format serde 'org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer'
with serdeproperties (
"serialization.class"="xxxx",
"serialization.format"="org.apache.thrift.protocol.TCompactProtocol")
stored as parquet;
I create hive table successfully, but load data got problem: "Failed with exception java.io.IOException:java.lang.ClassCastException: org.apache.hadoop.io.ArrayWritable cannot be cast to org.apache.hadoop.io.BytesWritable"
The text was updated successfully, but these errors were encountered: