Created 09-29-2015 12:49 PM
I have NiFi setup on my cluster but it only works in standalone mode. My cluster is Kerberized and NiFi fails to connect when I use cluster mode. Any suggestions on how to get NiFi to work on a Kerberos enabled cluster??
Created 09-29-2015 04:08 PM
Are you referring to NiFi interacting with a kerberized hadoop cluster?
If using NiFi 0.3.0 or later, in NIFI_HOME/conf/nifi.properties the last property at the bottom should be:
nifi.kerberos.krb5.file=
Set that to the full path (including filename) of your krb5.conf file and restart NiFi.
On the PutHDFS processor (or other HDFS processors) there are properties for Kerberos Keytab and Kerberos Principal. After setting those you should be able to authenticate.
Created 09-29-2015 04:08 PM
Are you referring to NiFi interacting with a kerberized hadoop cluster?
If using NiFi 0.3.0 or later, in NIFI_HOME/conf/nifi.properties the last property at the bottom should be:
nifi.kerberos.krb5.file=
Set that to the full path (including filename) of your krb5.conf file and restart NiFi.
On the PutHDFS processor (or other HDFS processors) there are properties for Kerberos Keytab and Kerberos Principal. After setting those you should be able to authenticate.
Created 01-28-2019 12:52 PM
Did you make a principle and a keytab for this nifi ?
Is the node(where standalone nifi is installed) added in the cluster ?
Can you share the kerberos logs and Nifi logs !