[ https://issues.apache.org/jira/browse/NIFI-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15186087#comment-15186087 ]
ASF GitHub Bot commented on NIFI-1488: -------------------------------------- Github user rickysaltzer commented on the pull request: https://github.com/apache/nifi/pull/253#issuecomment-194026785 @alopresto The `UserGroupInformation` is all referenced statically, and before my changes the `UserGroupInformation.isSecurityEnabled()` method was called at the time of `customValidate`. I'm not familiar enough with the way `UserGroupInformation` works to know whether not `isSecurityEnabled()` can change throughout the lifetime of a NiFi process. I added the change in order to override that boolean during tests. @lordjc, do you know? > Add Kerberos Support to HBase processors > ---------------------------------------- > > Key: NIFI-1488 > URL: https://issues.apache.org/jira/browse/NIFI-1488 > Project: Apache NiFi > Issue Type: Improvement > Affects Versions: 0.4.0, 0.4.1 > Reporter: Bryan Bende > Assignee: Ricky Saltzer > > Our current HBase integration does not support communicating with a > Kerberized HBase install. We should support this just like we do for the HDFS > processors. -- This message was sent by Atlassian JIRA (v6.3.4#6332)