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 | |
14407 | 09-23-2019 06:03 AM | |
5587 | 05-04-2019 08:42 PM | |
1137 | 06-11-2018 12:45 PM | |
10389 | 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
06-08-2022
12:22 PM
@benjbenj I know it has been a while. Have you found a solution for your use case?
... 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
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
09-22-2021
07:15 AM
1 Kudo
@dupuy_gregory When using multiple realms, the KDC servers have to have cross-realm trust setup. Here is an article with links to good resources that explain in detail: How does a cross realm trust work? One of the links is broken in the article, here is a good link for the setup of cross-realm trust: Setting up Cross-Realm Kerberos Trusts As a test to make sure it is working, run the kinit command in a terminal window on the NiFi node for the principal in the non-default realm, for example, kinit hdfs-romulus@ROMULUS
... View more
06-02-2021
11:17 AM
@sunil94 What version of the MiNiFi cpp agent are you testing?
... View more
06-02-2021
11:04 AM
@H20 What version of NiFi was the template created in and what version of the toolkit is being used to do the transform?
... View more