Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

Logging Avro object into Hbase (separate columns) via Flume

avatar
Contributor

I'm using Flume to collect logs coming in avro format into Hbase. When I use the SimpleAsyncHbaseSerializer, the entire avro object gets logged into one hbase column. I would like to each field in the avro object to be logged into a separate column in hbase. Would this require a custom event serializer or can it be accomplished through other means (like using a combination of morphline commands)?

Who agreed with this topic