GitHub user mcsanady opened a pull request:
https://github.com/apache/flume/pull/178
FLUME-3186: Make asyncHbaseClient configuration parameters available â¦
In 1.7 version AsyncHbaseClient it is possible to pass all configuration to
the constructor.
This makes it possible to pass all the parameters to this library with a
specific prefix.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcsanady/flume FLUME-3186
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/178.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 #178
----
commit 322444a1e1826fa81c403659c39866ab3170b699
Author: Miklos Csanady <[email protected]>
Date: 2017-10-18T11:22:26Z
FLUME-3186: Make asyncHbaseClient configuration parameters available from
flume config
----
---