You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ij...@apache.org on 2019/04/05 05:56:30 UTC

[nifi] branch master updated: NIFI-6191 HBase 2 ClientService documentation refers to HBase 1.x

This is an automated email from the ASF dual-hosted git repository.

ijokarumawak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new d372318  NIFI-6191 HBase 2 ClientService documentation refers to HBase 1.x
d372318 is described below

commit d372318d479c8943a10015e83ef017622731761a
Author: Lars Francke <la...@gmail.com>
AuthorDate: Thu Apr 4 23:55:28 2019 +0200

    NIFI-6191 HBase 2 ClientService documentation refers to HBase 1.x
    
    This closes #3409.
    
    Signed-off-by: Koji Kawamura <ij...@apache.org>
---
 .../src/main/java/org/apache/nifi/hbase/HBase_2_ClientService.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/src/main/java/org/apache/nifi/hbase/HBase_2_ClientService.java b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/src/main/java/org/apache/nifi/hbase/HBase_2_ClientService.java
index 0f1b2d9..7d9c843 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/src/main/java/org/apache/nifi/hbase/HBase_2_ClientService.java
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/src/main/java/org/apache/nifi/hbase/HBase_2_ClientService.java
@@ -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 " +