[ 
https://issues.apache.org/jira/browse/NIFI-4637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16418941#comment-16418941
 ] 

ASF GitHub Bot commented on NIFI-4637:
--------------------------------------

Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2518#discussion_r178044849
  
    --- Diff: 
nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/AbstractPutHBase.java
 ---
    @@ -63,6 +64,17 @@
                 .addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
                 .build();
     
    +    protected static final PropertyDescriptor DEFAULT_VISIBILITY_STRING = 
new PropertyDescriptor.Builder()
    +            .name("hbase-default-vis-string")
    +            .displayName("Default Visibility String")
    +            .description("When using visibility labels, any value set in 
this field will be applied to all cells that are written unless " +
    --- End diff --
    
    It might be worth mentioning that the HBase installation that you're trying 
to write these too must have the VisibilityCoprocessor already loaded. 
Unsuspecting users might just assume that nifi automagically did something to 
HBase to let it handle the labels.


> Add support for HBase visibility labels to HBase processors and controller 
> services
> -----------------------------------------------------------------------------------
>
>                 Key: NIFI-4637
>                 URL: https://issues.apache.org/jira/browse/NIFI-4637
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Mike Thomsen
>            Assignee: Mike Thomsen
>            Priority: Major
>
> HBase supports visibility labels, but you can't use them from NiFi because 
> there is no way to set them. The existing processors and services should be 
> upgraded to handle this capability.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to