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

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

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

    https://github.com/apache/nifi/pull/2518#discussion_r184274827
  
    --- Diff: 
nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/ScanHBase.java
 ---
    @@ -381,6 +384,7 @@ public void onTrigger(ProcessContext context, 
ProcessSession session) throws Pro
                                             limitRows,
                                             isReversed,
                                             columns,
    +                                        authorizations,
    --- End diff --
    
    Do you know if HBase scan API let ResultHander get the visibility label 
that is set to the cells retrieved by this scan? If so, do we want to include 
that in output contents? I think if HBase returns that, we can embed those at 
RowSerializer implementations such as JsonFullRowSerializer.
    
    It can make scan -> delete flow easier.


> 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