[ https://issues.apache.org/jira/browse/FLUME-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147277#comment-16147277 ]
ASF subversion and git services commented on FLUME-3154: -------------------------------------------------------- Commit a7d2a289a67f057a5cdb28dabbd3e651613dfa3e in flume's branch refs/heads/trunk from [~mcsanady] [ https://git-wip-us.apache.org/repos/asf?p=flume.git;h=a7d2a28 ] FLUME-3154. Add HBase client version check to AsyncHBaseSink and HBaseSink The current implementation of HBaseSink and AsyncHbaseSink is not compatible with the 2.0 version of HBase, which will be released soon. This change adds a check and makes these sinks fail gracefully if incompatible HBase jars can be found in the classpath. This closes #160 Reviewers: Bessenyei Balázs Donát, Ferenc Szabo, Denes Arvay (Miklos Csanady via Denes Arvay) > Add HBase client version check to AsyncHBaseSink and HBaseSink > -------------------------------------------------------------- > > Key: FLUME-3154 > URL: https://issues.apache.org/jira/browse/FLUME-3154 > Project: Flume > Issue Type: Sub-task > Reporter: Miklos Csanady > Priority: Minor > Fix For: 1.8.0 > > > The current AsyncHBase sink should run only with HBase < 2 > If it finds an incompatible HBase client on the classpath it should fail with > some meaningful error message > The same check should be performed with hbasesink -- This message was sent by Atlassian JIRA (v6.4.14#64029)