Member since
09-29-2015
871
Posts
723
Kudos Received
255
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3347 | 12-03-2018 02:26 PM | |
2302 | 10-16-2018 01:37 PM | |
3614 | 10-03-2018 06:34 PM | |
2387 | 09-05-2018 07:44 PM | |
1814 | 09-05-2018 07:31 PM |
11-26-2024
09:11 AM
Just for clarification you have to use this now - (?s)(^.*$)
... View more
10-16-2023
11:05 AM
getting same error in invoke http method. though request processing successfully getting this error in nifi ui
... View more
10-11-2023
02:24 PM
Do it this way, it worked for me set JAVa_HOME="c:\jkd-21\bin\"
... View more
04-16-2023
05:40 AM
Hello! I'm having a timeout problem when sending information to kafka. I have a docker environment with 3 containers: Nifi, Kafka and KafDrop. I'm using NiFi's PublishKafka_1_0 1.21.0 to send information to kafka, but I'm not getting it. I already tried to increase the Max 'Metadata Wait Time' field value to 30sec and I didn't succeed. Also, I ran the command ./kafka-acls.sh --authorizer kafka.security.auth.SimpleAclAuthorizer --authorizer-properties zookeeper.connect=localhost:2181 --add --allow-principal User:ANONYMOUS --operation Read --operation Write -- O peration Describe --topic topic1 because I thought it could be some authentication problem to the kafka host/topic. Also unsuccessful. I don't know what else to do. Help me.
... View more
12-08-2022
10:55 PM
@Avrotojson, as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
11-28-2021
08:51 PM
Hello Team, I am facing some problem while running JAR file from NIFI. please find below screenshot for same could anyone help for same?
... View more
10-29-2021
03:57 PM
Hey, Although the Nifi Registry persists the changes made to a process group, a Nifi cluster will do that regardless of having a registry or not. The Nifi Registry gives you the ability to create CI/CD across your pipelines. We have four separate Nifi clusters. Dev, Test, UAT & Production, all using the same Nifi Registry, when we make the changes in Dev the registry easily allows us to promote those changes to each of the environments with a full audit trail of who changed what and when. Critical for real life dataflows. Changes should only ever be made in dev and not directly in any of the other environments. Hope that helps
... View more
10-28-2021
09:43 AM
Very nice. Thanks
... View more
06-07-2021
07:50 AM
@myuintelli2021 Assisting on your new post here: https://community.cloudera.com/t5/Support-Questions/Nifi-untrusted-proxy-caused-by-Untrusted-Proxy-Exception/m-p/317796/highlight/false#M227327 Your choice of user authentication does not matter here. Authentication and Authorization processes are handled independently of one another. The Authentication of users/clients results in a string which is evaluated against identity mapping properties and then passed to the configured authorizer for authorization. Your exception points and missing /proxy authorization for your node strings. Hope this helps, Matt
... View more