Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Is it possible to use Remote Process Group on a only cluster?

avatar
Contributor

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?

1 ACCEPTED SOLUTION

avatar

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.

View solution in original post

2 REPLIES 2

avatar

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.

avatar
Contributor

Thanks @Pierre Villard,

That exactly what I want: use a RPG pointing to the cluster itself.