Created 05-17-2017 08:29 AM
I have a Nifi cluster named A with 3 nodes (node-1, node-2, node-3). Now I want to use ListFile to get all file from Primary Node (node-1) and then push those files into cluster A for processing to take advantage of clustering. Is it possible to use RPG here?
Created 05-17-2017 08:42 AM
Hi @Kiem Nguyen,
Yes that's what you need to do: use a RPG pointing to the cluster itself. You might be interested by:
https://pierrevillard.com/2017/02/23/listfetch-pattern-and-remote-process-group-in-apache-nifi
Hope this helps.
Created 05-17-2017 08:42 AM
Hi @Kiem Nguyen,
Yes that's what you need to do: use a RPG pointing to the cluster itself. You might be interested by:
https://pierrevillard.com/2017/02/23/listfetch-pattern-and-remote-process-group-in-apache-nifi
Hope this helps.
Created 05-17-2017 10:06 AM
Thanks @Pierre Villard,
That exactly what I want: use a RPG pointing to the cluster itself.