NIFI-6191 HBase 2 ClientService documentation refers to HBase 1.x

This closes #3409.

Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
This commit is contained in:
Lars Francke 2019-04-04 23:55:28 +02:00 committed by Koji Kawamura
parent e374d2cc30
commit d372318d47
1 changed files with 1 additions and 2 deletions

View File

@ -81,8 +81,7 @@ import java.util.concurrent.atomic.AtomicReference;
@RequiresInstanceClassLoading
@Tags({ "hbase", "client"})
@CapabilityDescription("Implementation of HBaseClientService using the HBase 1.1.x client. Although this service was originally built with the 1.1.2 " +
"client and has 1_1_2 in it's name, the client library has since been upgraded to 1.1.13 to leverage bug fixes. This service can be configured " +
@CapabilityDescription("Implementation of HBaseClientService using the HBase 2.1.1 client. This service can be configured " +
"by providing a comma-separated list of configuration files, or by specifying values for the other properties. If configuration files " +
"are provided, they will be loaded first, and the values of the additional properties will override the values from " +
"the configuration files. In addition, any user defined properties on the processor will also be passed to the HBase " +