Sorry, hit send too soon, was going to say... Also, there is a second check in the validation to make sure the keytab file is readable, but I don't think that is the issue here because it would produce a more specific error message.
-Bryan On Wed, Sep 30, 2015 at 1:24 PM, Bryan Bende <[email protected]> wrote: > Hi Domenic, > > It sounds like you are on the right path... just to confirm, did you > restart NiFi after setting nifi.kerberos.krb5.file in nifi.properties? > > It will only pick up changes to nifi.properties on a restart. > > Also, > > On Wed, Sep 30, 2015 at 12:38 PM, DomenicPuzio < > [email protected]> wrote: > >> Hello, >> >> I am trying to set up the PutHDFS processor on NiFi, and I am running into >> an issue. I have the Hadoop Configuration Resources set and pointing to my >> core-site.xml and hdfs-site.xml, and I have a Kerberos Principal and >> Keytab >> file. However, I am getting the error below. >> >> 'Kerberos Principle' is invalid because you are missing the >> nifi.kerberos.krb5.file property in nifi.properties. >> >> However, in my >> >> nifi/nifi-assembly/target/nifi-0.3.0-SNAPSHOT-bin/nifi-0.3.0-SNAPSHOT/conf/nifi.properties >> file, I have a line saying >> "nifi.kerberos.krb5.file=/path/to/my/key.keytab" >> (where I provide the actual path). >> >> Can you provide any assistance? I'd truly appreciate it! >> >> Thank you very much! >> >> Domenic >> >> >> >> -- >> View this message in context: >> http://apache-nifi-developer-list.39713.n7.nabble.com/PutHDFS-Configuration-Issue-tp2998.html >> Sent from the Apache NiFi Developer List mailing list archive at >> Nabble.com. >> > >
