<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HOW  CAN I SET AN INPUT/OUTPUT PORTS FOR A REMOTE PROCESS GROUP ? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111276#M74124</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/11506/raobelinatokytahiry.html" nodeid="11506" target="_blank"&gt;@Toky Raobelina&lt;/A&gt;&lt;P&gt;When you add an RPG to the graph, the URL you provide in its configuration should be the same URL you would use to access that target NiFi's UI.  You will then select whether to use RAW or HTTP protocols. &lt;/P&gt;&lt;P&gt;With RAW (legacy format) your source NiFi will send data across port 8022. With HTTP protocol the Source NiFi will send data across port 8070.  So you need to make sure with RAW that your source NiFi can communicate with port 8022 on the target NiFi. &lt;/P&gt;&lt;P&gt;Based on what you shared, it sounds more like you have set up an entry point on the target NiFi to accept the data you want to send to it.&lt;/P&gt;&lt;P&gt;On the target NiFi you will need to add an input port &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9622-screen-shot-2016-11-18-at-14212-pm.png" style="width: 49px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23266i01AF8F8FB2EE01CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9622-screen-shot-2016-11-18-at-14212-pm.png" alt="9622-screen-shot-2016-11-18-at-14212-pm.png" /&gt;&lt;/span&gt; to your canvas.  This port must be added at the root level to be used for S2S. BY root level, i mean it cannot be contained within a process group on the target NiFi.&lt;/P&gt;&lt;P&gt;So on the canvas of your target NiFi, you will have a flow that looks similar to this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9623-screen-shot-2016-11-18-at-14501-pm.png" style="width: 503px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23267i9EAFEEC88ED882E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9623-screen-shot-2016-11-18-at-14501-pm.png" alt="9623-screen-shot-2016-11-18-at-14501-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It may take a couple minutes for the input port to show up on the RPG located on the Source NiFi.   You can always right click on the RPG and select "Refresh".&lt;/P&gt;&lt;P&gt;On your Source NiFi you will have a flow similar to this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9624-screen-shot-2016-11-18-at-14749-pm.png" style="width: 668px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23268i5F05ADB3B981B170/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9624-screen-shot-2016-11-18-at-14749-pm.png" alt="9624-screen-shot-2016-11-18-at-14749-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Once the input port is set to run and you have enabled transmission on your RPG, data should start flowing unless a firewall is blocking the connection on part 8022 as mentioned above.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2019 11:21:25 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2019-08-19T11:21:25Z</dc:date>
    <item>
      <title>HOW  CAN I SET AN INPUT/OUTPUT PORTS FOR A REMOTE PROCESS GROUP ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111273#M74121</link>
      <description>&lt;P&gt;Hello everyone thanks for reading me,&lt;/P&gt;&lt;P&gt;i'm very new to nifi as you can see in some of my previous question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  &lt;/P&gt;&lt;P&gt;I have an unsecure NIFI 1.0 cluster, i think i have configured the nifi.properties and  the zookeeper.properties right &lt;/P&gt;&lt;P&gt;but when i'm trying to use a REMOTE PROCESS GROUP , i always end up with  this " NiFi Flow does not have any input ports "&lt;/P&gt;&lt;P&gt;This is my nifi.properties for one of my three servers &lt;/P&gt;&lt;P&gt;# Site to Site properties
nifi.remote.input.host=server1
nifi.remote.input.secure=false
nifi.remote.input.socket.port=8022
nifi.remote.input.http.enabled=true
nifi.remote.input.http.transaction.ttl=30 sec&lt;/P&gt;&lt;P&gt;# web properties 
nifi.web.war.directory=./lib
nifi.web.http.host=server1
nifi.web.http.port=8070
nifi.web.https.host=
nifi.web.https.port=
nifi.web.jetty.working.directory=./work/jetty
nifi.web.jetty.threads=200&lt;/P&gt;&lt;P&gt;# cluster node properties (only configure for cluster nodes) #
nifi.cluster.is.node=true
nifi.cluster.node.address=server1
nifi.cluster.node.protocol.port=8021
nifi.cluster.node.protocol.threads=10
nifi.cluster.node.event.history.size=25
nifi.cluster.node.connection.timeout=5 sec
nifi.cluster.node.read.timeout=5 sec
nifi.cluster.firewall.file=
nifi.cluster.flow.election.max.wait.time=5 mins
nifi.cluster.flow.election.max.candidates=3&lt;/P&gt;&lt;P&gt;I have tried all configuration possible of the RPG with all the port here but I can't connect the RPG to a get file processor, &lt;/P&gt;&lt;P&gt;I have read this   &lt;A href="https://community.hortonworks.com/articles/16461/nifi-understanding-how-to-use-process-groups-and-r.html" target="_blank"&gt;https://community.hortonworks.com/articles/16461/nifi-understanding-how-to-use-process-groups-and-r.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and this  &lt;A href="https://community.hortonworks.com/questions/47516/nifi-rpg-and-clustering.html" target="_blank"&gt;https://community.hortonworks.com/questions/47516/nifi-rpg-and-clustering.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;but those are for nifi inferiror version , can anyone explain me how to use the RPG without a NCM ? &lt;/P&gt;&lt;P&gt;What i want to do is to get some file localy on one of my Nifi node by s2s but i think i'm missing something here &lt;/P&gt;&lt;P&gt;                                                                                     Thanks for your time &lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 01:35:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111273#M74121</guid>
      <dc:creator>raobelina_toky_</dc:creator>
      <dc:date>2016-11-19T01:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  CAN I SET AN INPUT/OUTPUT PORTS FOR A REMOTE PROCESS GROUP ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111274#M74122</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11506/raobelinatokytahiry.html" nodeid="11506"&gt;@Toky Raobelina&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Are the configs provided above from the system you are trying to send data to?

Did you add an "input port" to the root (top level) if the canvas on that server?

So I am gathering you were able to add the RPG, but it is reporting "no input ports available"?&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 01:43:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111274#M74122</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-11-19T01:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  CAN I SET AN INPUT/OUTPUT PORTS FOR A REMOTE PROCESS GROUP ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111275#M74123</link>
      <description>&lt;P&gt;Question 1 : yes this configs are from the system i'm trying to send data ( for the record all my system with nifi have this configs)&lt;/P&gt;&lt;P&gt;Question 2 : i don't undrstand your question &lt;/P&gt;&lt;P&gt;Question 3 : you are correct i was able to enable the transmision but when i go to remote ports idon't find any &lt;/P&gt;&lt;P&gt;Toky&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 02:25:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111275#M74123</guid>
      <dc:creator>raobelina_toky_</dc:creator>
      <dc:date>2016-11-19T02:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  CAN I SET AN INPUT/OUTPUT PORTS FOR A REMOTE PROCESS GROUP ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111276#M74124</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11506/raobelinatokytahiry.html" nodeid="11506" target="_blank"&gt;@Toky Raobelina&lt;/A&gt;&lt;P&gt;When you add an RPG to the graph, the URL you provide in its configuration should be the same URL you would use to access that target NiFi's UI.  You will then select whether to use RAW or HTTP protocols. &lt;/P&gt;&lt;P&gt;With RAW (legacy format) your source NiFi will send data across port 8022. With HTTP protocol the Source NiFi will send data across port 8070.  So you need to make sure with RAW that your source NiFi can communicate with port 8022 on the target NiFi. &lt;/P&gt;&lt;P&gt;Based on what you shared, it sounds more like you have set up an entry point on the target NiFi to accept the data you want to send to it.&lt;/P&gt;&lt;P&gt;On the target NiFi you will need to add an input port &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9622-screen-shot-2016-11-18-at-14212-pm.png" style="width: 49px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23266i01AF8F8FB2EE01CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9622-screen-shot-2016-11-18-at-14212-pm.png" alt="9622-screen-shot-2016-11-18-at-14212-pm.png" /&gt;&lt;/span&gt; to your canvas.  This port must be added at the root level to be used for S2S. BY root level, i mean it cannot be contained within a process group on the target NiFi.&lt;/P&gt;&lt;P&gt;So on the canvas of your target NiFi, you will have a flow that looks similar to this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9623-screen-shot-2016-11-18-at-14501-pm.png" style="width: 503px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23267i9EAFEEC88ED882E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9623-screen-shot-2016-11-18-at-14501-pm.png" alt="9623-screen-shot-2016-11-18-at-14501-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It may take a couple minutes for the input port to show up on the RPG located on the Source NiFi.   You can always right click on the RPG and select "Refresh".&lt;/P&gt;&lt;P&gt;On your Source NiFi you will have a flow similar to this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9624-screen-shot-2016-11-18-at-14749-pm.png" style="width: 668px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23268i5F05ADB3B981B170/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9624-screen-shot-2016-11-18-at-14749-pm.png" alt="9624-screen-shot-2016-11-18-at-14749-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Once the input port is set to run and you have enabled transmission on your RPG, data should start flowing unless a firewall is blocking the connection on part 8022 as mentioned above.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:21:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111276#M74124</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2019-08-19T11:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  CAN I SET AN INPUT/OUTPUT PORTS FOR A REMOTE PROCESS GROUP ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111277#M74125</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11506/raobelinatokytahiry.html" nodeid="11506"&gt;@Toky Raobelina&lt;/A&gt;&lt;P&gt;Did the information provided help resolve your S2S issue?&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 04:21:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111277#M74125</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-11-19T04:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  CAN I SET AN INPUT/OUTPUT PORTS FOR A REMOTE PROCESS GROUP ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111278#M74126</link>
      <description>&lt;P&gt;Thanks Matt for your help sorry i' can't test it right now ( it's a bit late where i am) but when i''ve done it i'will inform you right Away . Just To be clear i get it right, in the option URL i put the URL of the target and set an input ports on The Ui of the target and then this input Will appear on the RPG (remote ports)   If i choose raw it will be on port 8022 and 8070 if i choose http. Feel free to correct me if i made mistake. &lt;/P&gt;&lt;P&gt;Toky&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 04:49:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111278#M74126</guid>
      <dc:creator>raobelina_toky_</dc:creator>
      <dc:date>2016-11-19T04:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  CAN I SET AN INPUT/OUTPUT PORTS FOR A REMOTE PROCESS GROUP ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111279#M74127</link>
      <description>&lt;P&gt;I think you have it.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 04:52:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111279#M74127</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-11-19T04:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  CAN I SET AN INPUT/OUTPUT PORTS FOR A REMOTE PROCESS GROUP ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111280#M74128</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/525/mclark.html" nodeid="525"&gt;@Matt  &lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for your precious help, it's working just fine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:58:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111280#M74128</guid>
      <dc:creator>raobelina_toky_</dc:creator>
      <dc:date>2016-11-21T16:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: HOW  CAN I SET AN INPUT/OUTPUT PORTS FOR A REMOTE PROCESS GROUP ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111281#M74129</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/525/mclark.html" nodeid="525"&gt;@Matt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Just one more question, i have  taileFile  ==&amp;gt; RPG, &lt;/P&gt;&lt;P&gt;the taileFiile is working but all the data are queued and doesn't pass through the RPG, do you know why ? &lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Toky &lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 19:19:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HOW-CAN-I-SET-AN-INPUT-OUTPUT-PORTS-FOR-A-REMOTE-PROCESS/m-p/111281#M74129</guid>
      <dc:creator>raobelina_toky_</dc:creator>
      <dc:date>2016-11-22T19:19:13Z</dc:date>
    </item>
  </channel>
</rss>

