Glad that first issue was resolved! I am by no means a kerberos expert, but having set this up once before, the setup should be something like the following:
nifi.kerberos.krb5.file=/etc/krb5.conf (or wherever your conf file is) This is the file that would have your realms defined. Then on PutHDFS your properties would be something like: Kerberos Principal = myprinicpal@MYREALM Kerberos Keytab = /etc/security/keytabs/myprinciapl.keytab MYREALM would have to be defined in krb5.conf. -Bryan On Wed, Sep 30, 2015 at 1:04 PM, DomenicPuzio <[email protected]> wrote: > Thank you so much for the quick reply! Restarting NiFi resolved the issue! > I > had not thought of that. > > However, a new issue was raised that I am currently working through: "Can't > find Kerberos realm". Do you have any idea where this should be set and > what > value it is looking for? > > I really appreciate the help! > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/PutHDFS-Configuration-Issue-tp2998p3003.html > Sent from the Apache NiFi Developer List mailing list archive at > Nabble.com. >
