[ 
https://issues.apache.org/jira/browse/FLUME-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brock Noland updated FLUME-1945:
--------------------------------

    Description: 
Back when we created the the HBase serializer interface we decided that most 
people would have to implement their own since they knew their data and 
generically mapping an event to columns and keys was likely going to be 
difficult. I have observed that something like the following: 
https://github.com/brockn/flume-hbase-serializer

would be useful to users. Basically it's the regex serializer where a single 
value from the regex match can be used as the key. It might be possible to 
modify the current regex serializer to behave in this way so as to limit the 
number of serializers.

  was:
Back when we created the the HBase serializer interface we decided that most 
people would have to implement their own since they knew their data. I have 
observed that something like the following: 
https://github.com/brockn/flume-hbase-serializer

would be useful to users. Basically it's the regex serializer where a single 
value from the regex match can be used as the key. It might be possible to 
modify the current regex serializer to behave in this way so as to limit the 
number of serializers.

    
> HBase Serializer allow key from regular expression group
> --------------------------------------------------------
>
>                 Key: FLUME-1945
>                 URL: https://issues.apache.org/jira/browse/FLUME-1945
>             Project: Flume
>          Issue Type: Improvement
>            Reporter: Brock Noland
>
> Back when we created the the HBase serializer interface we decided that most 
> people would have to implement their own since they knew their data and 
> generically mapping an event to columns and keys was likely going to be 
> difficult. I have observed that something like the following: 
> https://github.com/brockn/flume-hbase-serializer
> would be useful to users. Basically it's the regex serializer where a single 
> value from the regex match can be used as the key. It might be possible to 
> modify the current regex serializer to behave in this way so as to limit the 
> number of serializers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to