Hari Shreedharan created FLUME-1183:
---------------------------------------

             Summary: Implement an HBase Sink which supports table level access
                 Key: FLUME-1183
                 URL: https://issues.apache.org/jira/browse/FLUME-1183
             Project: Flume
          Issue Type: New Feature
          Components: Sinks+Sources
    Affects Versions: v1.2.0
            Reporter: Hari Shreedharan
            Assignee: Hari Shreedharan
             Fix For: v1.2.0


This is what I intend to do:

* Insert the row key from event headers. Pick the column family and column from 
configuration, not from headers. 
* Allow configuration to specify default for row key. If no row key exists in 
header, then take the default value from the configuration. I don't want to 
dump everything into the table with the same row key. 
* I don't intend to support multiple tables, column families or columns in the 
same sink. We can use multiplexing channel selector to use different sinks for 
different tables/columns.

I know the existence of another jira for porting the HBase sink from OG, but 
didn't see any activity for a while on that. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to