Re: NIFI Multiple Kerberos configuration

2018-06-23 Thread Jeff
I'll have to set up a test this week and see if I can reproduce this. If you'd like, you can file a JIRA [1] with sanitized details of your krb5.conf and an example flow. [1] https://issues.apache.org/jira/projects/NIFI/issues On Sat, Jun 23, 2018 at 3:48 AM Hiroaki Miyanaga wrote: > I tried

Re: NIFI Multiple Kerberos configuration

2018-06-23 Thread Hiroaki Miyanaga
I tried a similar case last week and it could not access to both cluster at the same time. Try to connect kafka and hadoop managed by their own KDCs. I set both KDCs in realms section of krb5.conf. But NiFi looks using default realms in krb5.conf. I find a similar ticket.

Re: NIFI Multiple Kerberos configuration

2018-06-22 Thread Jeff
You can do this by configuring a realm for each KDC to krb5.conf. On Fri, Jun 22, 2018 at 10:37 AM Bryan Bende wrote: > Java assumes there is one krb5.conf file loaded by the JVM. It looks > for the system property java.security.krb5.conf or falls back to > looking in well-known locations, but

Re: NIFI Multiple Kerberos configuration

2018-06-22 Thread Bryan Bende
Java assumes there is one krb5.conf file loaded by the JVM. It looks for the system property java.security.krb5.conf or falls back to looking in well-known locations, but still only expects one [1]. NiFi requires you to set the location in nifi.properties and uses that value to set the system

NIFI Multiple Kerberos configuration

2018-06-21 Thread Milan Das
Hello Team, I have very unique problem. We are integration two kerberized haddop system and they have their own Kerbros setup. Is it possible to two Kerberos kdc configurations in NIFI ? Integration is Kafka from one Hadoop to Kafka on 2nd Hadoop. Really appreciate any thoughts. Regards,