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.

Flume BytesWritable issue with hive

avatar
Explorer

Hi,

 

I am ingesting data using flume to HDFS as a Sequence File (Bzip2Codec). I get the following at the top of the file after ingestion into hdfs:

 

SEQ!org.apache.hadoop.io.LongWritable"org.apache.hadoop.io.BytesWritable

 

When I query using hive, I get java.io.BytesWritable cannot be converted to java.io.Text.

 

I don't want to change my type to text in flume agent configuration file. Could you please provide me serde for the same in hive.

1 ACCEPTED SOLUTION

avatar
Explorer

I created my own serde to resolve the same 🙂

View solution in original post

1 REPLY 1

avatar
Explorer

I created my own serde to resolve the same 🙂