You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by WilliamNouet <gi...@git.apache.org> on 2017/03/06 18:26:41 UTC

[GitHub] nifi issue #1565: NIFI-385 Add Kerberos Support to Kite

Github user WilliamNouet commented on the issue:

    https://github.com/apache/nifi/pull/1565
  
    From @jtstorck:
    FYI, some issues have been noticed with Hadoop and Kerberos in the NiFi HDFS processors. There's JIRA that I'm working on to fix a scenario where Kerberos principals end up getting switched between multiple processors. It's due to the UserGroupInformation class being shared by two instances of processors from the same NAR. The fix involves not depending on nifi-hadoop-libraries-nar, and including the hadoop-client dependency directly in the nifi-hdfs-processors pom.
    
    Once the Kite processors support Kerberos, they'll most likely have the same issue, and a similar change will have to be made to the POMs.
    
    For reference, the JIRA is: https://issues.apache.org/jira/browse/NIFI-3520


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---