Member since
10-30-2017
32
Posts
5
Kudos Received
0
Solutions
02-10-2021
11:05 PM
Thanks @MattWho. Got it !!
... View more
01-26-2021
06:00 AM
@louis_allen You should avoid asking additional questions on an existing post that already has an accepted solution. If the accepted solution does not resolve your issue that you may be having a different problem. You would get better visibility and a help if you were to start a new question. That being said, if you are having a "javax.net.ssl.SSLHandshakeException", you issue is during client authentication and have not even the point of verifying client authorization. So you need to take a closer look at the keystores and truststores you have setup on both your NiFi and NiFi-Registry to make sure that a mutual TLS handshake can be successfully negotiated. Feel free to ping me if you start a new community question. Hope this helps, Matt
... View more
08-03-2020
06:40 AM
@bsivalingam83 This error generally occurs when you copied the flow.xml.gz from another NiFi cluster and tries to load it in new NiFi setup. This happens because the "nifi.sensitive.props.key" from first NiFi setup is different from "nifi.sensitive.props.key" value from second NiFi setup. If flow.xml.gz is not copied and CFM is 1.0.x version then you may need to check https://docs.cloudera.com/cfm/1.0.1/upgrading-cfm/content/upgrading-cfm.html to resolve the issue
... View more
03-03-2020
10:57 AM
Thanks @venkatsambath. It worked.
... View more
04-29-2019
08:48 PM
@Shu I have the read/write permissions to the config and creds files for NiFi user while setting the AWS CLI on the nifi nodes...
... View more
03-03-2019
02:39 AM
@Bala S Use QueryRecord processor with Record Reader and Record Writer controller services, and QueryRecord processor will result out the records that matches your Query. Use ApacheCalcite sql syntax to filter out the required records from the flowfile content. Some useful links link1, link2
... View more
02-19-2019
06:05 PM
Thanks @Matt Clarke. I went with the option 2 and it worked. Thanks again for the quick reply.
... View more
06-12-2019
08:02 PM
Hi @Shu I am trying to create the directory with current time stamp in hdfs and as above I tried but did not work since it doesnt have extract_date what should I use to get the desire output ? Right now my flow is : ListHDFS -----> Updateattribute ----->PutHDFS. any suggestions please ?
... View more