Member since
01-26-2022
82
Posts
2
Kudos Received
5
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1400 | 09-08-2022 04:02 AM | |
| 2707 | 07-27-2022 03:29 AM | |
| 2163 | 06-28-2022 09:43 PM | |
| 2091 | 06-27-2022 08:42 AM | |
| 20712 | 06-16-2022 10:29 PM |
07-12-2022
09:36 AM
Hello all, I do not know how to configure multi users on 3 nodes Nifi Cluster: Currently, i use the following to generate client & server certificates using TLS toolkit: ./tls-toolkit.sh standalone -B password -C 'CN=nifiadmin, OU=NIFI' -n 'node1,node2,node3' --nifiDnPrefix 'CN=' --nifiDnSuffix ', OU=NIFI' -o /shared_folder/vm_shared/certs_100722/ -K password -P password -S password I want to configure 3 users for this 3 nodes cluster. Your help would be greatly appreciated. Thank you.
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera Data Flow
07-08-2022
06:36 AM
Please, i have files i want to move from a Nifi to a folder in another machine. The ip address of Nifi & the destination are 173.24.206.40 ,173.24.206.44 respectively, meaning they are on the same network. I specified 173.24.206.44/home/username/destination_folder as distination directory in PUTFile processor BUT the destination_folder is empty & there was no error. Thanks.
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera Data Flow
06-29-2022
11:28 AM
Thank you so much Mr @MattWho for comprehensive explanation on what Mr @SAMSAL earlier proposed. I really learn alot & appreciate.
... View more
06-28-2022
09:43 PM
1 Kudo
I finally got it. I copied one of the standalone truststore.jks & keystore.jks i generated for the server nodes. Then pasted into the conf folder of the Minifi. Also, i updated the yml file with the password( the one i used when generating the certificate) & the path to the truststore.jks & keystore.jks. So, everything works perfectly. Thank you.
... View more
06-28-2022
09:34 PM
Thank you sir. I thought same way as much. I was just thinking may be there is a better way to go about it. Please, do you have any other method?
... View more
06-28-2022
10:09 AM
Hi, I have 3-node Nifi cluster. Please, i would like to ask if each node of the cluster can output different results (i.e no duplicates) from one another. SCENARIO: Let say i have 10 records on a DB. If node1 output the first record, i want node2 or node3 not to output first record again. Thank you.
... View more
Labels:
06-28-2022
06:47 AM
Thanks. I think your approach is better to push all overheads to the Oracle Db rather than NIFI. 👍
... View more
06-28-2022
05:49 AM
Hi, Please, I have a very large data to fetch incrementally( i need to store state) from an Oracle Database. And my query contains multiple JOIN statements. Please, what is the best processor to use for this scenerio because from the information i gathered i was told QueryDatabaseTableRecord proc cannot handle JOIN statements. Thanks.
... View more
Labels:
06-27-2022
08:42 AM
Thanks to everyone for your kind help. Eventually, i got to know that the problem is with the access policy. I got the clue from here: https://bryanbende.com/development/2016/08/30/apache-nifi-1.0.0-secure-site-to-site Thank you all.
... View more
06-27-2022
02:23 AM
Please, kindly help. I am trying to do Minifi - Nifi s2s communication. So, i was trying to generate a flow file(to use for minifi) on one of Secured Nifi cluster nodes. - i dropped an input port on the root canvas & connected it to putfile processor - i created a process group. I dropped tailfile processor & Remote Process Group processor inside it. - I configured RPG with the url of the root canvas I don't actually know what i am doing wrong because all my configurations seems to be good. # Site to Site properties nifi.remote.input.host=masternode nifi.remote.input.secure=true nifi.remote.input.socket.port=10000 nifi.remote.input.http.enabled=true nifi.remote.input.http.transaction.ttl=30 sec nifi.remote.contents.cache.expiration=30 secs Below are the the pics.
... View more
Labels: