Thanks for the quick response. I was able to specify the serializer.rowKeyIndex property in the config and use the data for the row key.
From: Hari Shreedharan [mailto:[email protected]] Sent: Monday, January 26, 2015 1:21 PM To: [email protected] Cc: [email protected] Subject: Re: How to assign an HBase rowkey The row key is to be assigned by the serializer. Currently the Regex interceptor row keys are randomly generated. You can write a new serializer that specifies this (you can simply copy the code from the Regex interceptor or you can just inherit from the Regex serializer and override the getRowKey method. Thanks, Hari On Mon, Jan 26, 2015 at 7:34 AM, Carlotta Hicks <[email protected]<mailto:[email protected]>> wrote: I have an agent with an HBASE sink. I am using RegexHbaseEventSerializer. The first part of the data that I am sending into the HBase table is the rowkey. Right now, the rowkey is being generated. How can I control the rowkey?
