Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Failed with exception java.io.IOException:org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.ClassCastException: org.apache.hadoop.hive.serde2.io.HiveDecimalWritable cannot be cast to org.apache.hadoop.io.LongWritable

avatar
Rising Star
 
3 REPLIES 3

avatar
Rising Star

got the above error while select the records from hive table.

avatar

Hey @Sundar Lakshmanan!
Could you share with us the following output?

describe formatted <table_name>;

Usually, this happens to mismatched types or some data overflowing the datatype.
Are you able to do a simple query?

select * from <table_name> limit 10;

Hope this helps!

avatar
New Contributor

No i cant view the result of this simple query