Support Questions

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

Hive : Failed with exception java.io.IOException:java.io.IOException: Can't find sync mark in the stream Error

avatar
New Contributor
 
1 ACCEPTED SOLUTION

avatar

Can you check if there is a mismatch of serde? Example you may have non-text data inside your external table location whereas your table is expecting text.

View solution in original post

2 REPLIES 2

avatar
New Contributor

I have a external hive table. When I do select * from <table_name> I get the above error. Could anyone help me???

avatar

Can you check if there is a mismatch of serde? Example you may have non-text data inside your external table location whereas your table is expecting text.