GitHub user bbende opened a pull request:
https://github.com/apache/nifi/pull/2498
[WIP] NIFI-4915 - Creating new nifi-hbase_2-client-service-bundle to use
HBâ¦
â¦ase 2.0.0 client
This is a copy/paste/rename of the 1.1.2 client service, but with the
dependency change to use hbase-client-2.0.0-beta-1. We can't merge this until
there is a non-beta client available, but wanted to put the PR up for testing.
This will be another NAR that increases the size of the build due to all
the hadoop client JARs (49MB), so I'm not sure if we want a profile to include
this, or maybe we stop including the HBase 1.1.2 NAR and only include this
going forward?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbende/nifi NIFI-4915
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2498.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 #2498
----
commit 363229ec03338a9dcee97a9741cdec43a311ff19
Author: Bryan Bende <bbende@...>
Date: 2018-02-26T22:32:25Z
NIFI-4915 - Creating new nifi-hbase_2-client-service-bundle to use HBase
2.0.0 client
----
---