Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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

avatar
New Member
 
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 Member

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.