[ https://issues.apache.org/jira/browse/FLUME-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16143555#comment-16143555 ]
ASF GitHub Bot commented on FLUME-3154: --------------------------------------- GitHub user mcsanady opened a pull request: https://github.com/apache/flume/pull/160 FLUME-3154: Add HBase client version check to AsyncHBaseSink and HBas… The current AsyncHBase and HBase 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 You can merge this pull request into a Git repository by running: $ git pull https://github.com/mcsanady/flume FLUME-3154 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/160.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #160 ---- commit 58c61f3366aad4cd01bcc46f119cbff2711fa969 Author: Miklos Csanady <miklos.csan...@cloudera.com> Date: 2017-08-28T09:15:12Z FLUME-3154: Add HBase client version check to AsyncHBaseSink and HBaseSink ---- > 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)