Member since
07-30-2019
920
Posts
195
Kudos Received
91
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1026 | 10-05-2021 01:53 PM | |
14410 | 09-23-2019 06:03 AM | |
5587 | 05-04-2019 08:42 PM | |
1137 | 06-11-2018 12:45 PM | |
10392 | 06-04-2018 01:11 PM |
06-08-2022
12:33 PM
1 Kudo
@_anjos Have you tried setting server.1=node1:2888:3888;2181
... View more
05-02-2022
08:41 AM
Could you please share the steps to configure Nifi 0.x baseline
... View more
04-18-2022
08:55 AM
What is that jar file about. Is it an application or Single file app.
... View more
02-22-2022
02:19 PM
@nruak 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. Thanks!
... View more
02-02-2022
08:11 AM
Sorry, there is a mode to disable polling option? If i want to load some files in example 3 files and only them and after i want load this to a next rerun of the job as i can to disable the polling function to prevent that the processor is always in waiting or in listening!? Regards, Daniele
... View more
12-29-2021
09:31 AM
@Arash What exactly does the agent flow do? TailFile --> RemoteProcessGroup to NiFi?
... View more
12-29-2021
09:01 AM
@Kavindu The question is not clear. Do you want to have the same data flow running on a different MiNiFi agent pushing the log message to a different NiFi? Or are you trying to have another agent send logs from another system to the same instance of NiFi?
... View more
12-29-2021
08:57 AM
@nnndb You are using version JAVA 8 update 11? If so, try using at least JAVA 8 update 252.
... View more
11-04-2021
08:11 PM
Hi, may i know if you have managed to solve this problem? I was configuring the nifi cluster on the VM with the external zookeeper, and I faced this problem as well. I been struggling for this issues for weeks but still have no ideas to solve it
... View more
10-05-2021
01:53 PM
@dansteu
There are multiple changes needed in the properties.
The Atlas Configuration Directory shouldn't be on the /tmp directory. The ideal location would be a directory in the default class path of NiFi.
Create Atlas Configuration File should be set to true
If Kerberos is being used for authentication, why is the URL http and not https?
For the NIFi URL for Atlas, it would be better to use http://${hostname(true)}:8080/nifi this will provide a URL that will map back to the NiFi component that generated the Atlas lineage
The Atlas Default Metadata Namespace should be populated with a value that is representative of the flow. For example, For example, hdf352 or testflowversion1, or something similar.
... View more