- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hive : Failed with exception java.io.IOException:java.io.IOException: Can't find sync mark in the stream Error
- Labels:
-
Apache Hive
Created ‎12-17-2015 06:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎12-17-2015 07:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎12-17-2015 06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a external hive table. When I do select * from <table_name> I get the above error. Could anyone help me???
Created ‎12-17-2015 07:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
