[ 
https://issues.apache.org/jira/browse/FLUME-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505820#comment-16505820
 ] 

ASF subversion and git services commented on FLUME-3142:
--------------------------------------------------------

Commit 719afe908d39a87cb046dcd974eebaa7886a00e8 in flume's branch 
refs/heads/trunk from [~fszabo]
[ https://git-wip-us.apache.org/repos/asf?p=flume.git;h=719afe9 ]

FLUME-3142: Adding HBase2 sink

HBase2Sink is the equivalent of HBaseSink for HBase version 2.
HBaseSink used some API calls which were deprecated in HBase 1.x
and they are not available in HBase 2.x any more.

HBase2Sink has been implemented by copying the existing
flume-ng-hbase-sink module to the new flume-ng-hbase2-sink module,
then adjusting the incompatible API calls to HBase 2.
The package and class names have also been modified to have
the hbase2/HBase2 tag. "Hbase" typos have been fixed too.

The functionality provided by HBase2Sink and the configuration parameters
are the same as in case of HBaseSink (except the hbase2 tag in the sink type
and the package/class names).

HBaseSink has not been modified, so it works with HBase 1.x as before.

This closes #209

Reviewers: Denes Arvay, Endre Major, Ferenc Szabo

(Peter Turcsanyi via Ferenc Szabo)


> Adding HBase2 sink
> ------------------
>
>                 Key: FLUME-3142
>                 URL: https://issues.apache.org/jira/browse/FLUME-3142
>             Project: Flume
>          Issue Type: New Feature
>            Reporter: Miklos Csanady
>            Assignee: Miklos Csanady
>            Priority: Minor
>              Labels: 1.9
>
> HBase sink use some api calls which are deprecated in HBase 1.0.0
> As a preparation for HBase upgrade, these should be replaced.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to