Re: 1.11.3 trust store error

2020-03-03 Thread Nathan Gough
Hi Joe, Just to confirm here - was the nifi.security.keyPasswd not defined at all in your nifi.properties? Did you have to add the property and give it the correct value? Or was it in the nifi.properties file but blank? Or were the keyPasswd and keystorePasswd different values? Thanks, Nathan

Re: 1.11.3 trust store error

2020-03-03 Thread Joe Gresock
Yep, setting the nifi.security.keyPasswd to the same as nifi.security.keystorePasswd fixed it. Thanks for the insight, Endre! On Tue, Mar 3, 2020 at 2:01 PM Joe Witt wrote: > relevant change I believe is here: > > https://github.com/apache/nifi/commit/46d3b6b0dc28f04da124be7685f82bec52e88775 >

Re: 1.11.3 trust store error

2020-03-03 Thread Joe Witt
relevant change I believe is here: https://github.com/apache/nifi/commit/46d3b6b0dc28f04da124be7685f82bec52e88775 and is from https://issues.apache.org/jira/browse/NIFI-6927 It *looks* to me like this was fixing an improper naming/usage issue that has been present but if so we probably should

Re: 1.11.3 trust store error

2020-03-03 Thread Joe Witt
If accurateWe need to look into whether this was a mistake and fix it if so. And we need to reflect this in the migration guide On Tue, Mar 3, 2020 at 4:40 AM Ryan Ward wrote: > Endre - thanks that was it > > On Tue, Mar 3, 2020 at 6:50 AM Endre Kovacs > wrote: > > > Hi, > > > > One

Re: 1.11.3 trust store error

2020-03-03 Thread Ryan Ward
Endre - thanks that was it On Tue, Mar 3, 2020 at 6:50 AM Endre Kovacs wrote: > Hi, > > One additional thing: > > we encountered something strange as well: > > on 1.11.2 clustered, kerberized: request replication worked well. > > on 1.11.3 clustered, kerberized: request replication did not

Re: 1.11.3 trust store error

2020-03-03 Thread Endre Kovacs
Hi, One additional thing: we encountered something strange as well: on 1.11.2 clustered, kerberized: request replication worked well. on 1.11.3 clustered, kerberized: request replication did not work, unless you specify, and set nifi.security.keyPasswd to the very same password as the

Re: 1.11.3 trust store error

2020-03-03 Thread Ryan Ward
Hi Joe - Did you resolve your issue? If so I am wondering what the fix was as I'm seeing the same error on my cluster. On Thu, Feb 27, 2020 at 3:13 AM Endre Kovacs wrote: > Hi Joe, > > 1. Have you tried connecting/debugging with openssl? From one pod to the > other: > (openssl s_client

nifi connection with hive

2020-03-03 Thread Aya Asfour
please I want to ask if nifi version 1.9.2 puthivestreaming processor compataible with hive version 2.3.2 , info: I used puthiveql and it works well , but with using puthivestreaming it connect to metastore and create delta files but always empty and errors appear , please any help?