Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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

avatar

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

Thanks @Pierre Villard,

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