<?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: EvaulateJSONPath processor configuration in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/EvaulateJSONPath-processor-configuration/m-p/240520#M202324</link>
    <description>&lt;P&gt;Thats a really good answer, I tried doing that and it works, thanks &lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt; , can you please give me more insight on  "same data is pulled on all nodes "&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jan 2019 09:41:10 GMT</pubDate>
    <dc:creator>manish_parab</dc:creator>
    <dc:date>2019-01-18T09:41:10Z</dc:date>
    <item>
      <title>EvaulateJSONPath processor configuration</title>
      <link>https://community.cloudera.com/t5/Support-Questions/EvaulateJSONPath-processor-configuration/m-p/240518#M202322</link>
      <description>&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;I have a query regarding EvaulateJSONPath processor configuration.&lt;/P&gt;&lt;P&gt;whats the significance of Execution in Scheduling of EvaulateJSONPath.&lt;/P&gt;&lt;P&gt;I have observed when I select Primary node instead of All nodes, Queue builds up as shown in image and stays the same, dosen't decrease , but if I select All nodes Queue gradually becomes 0.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/97619-screen-shot-2019-01-17-at-60906-pm.png"&gt;screen-shot-2019-01-17-at-60906-pm.png&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 07:15:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/EvaulateJSONPath-processor-configuration/m-p/240518#M202322</guid>
      <dc:creator>manish_parab</dc:creator>
      <dc:date>2019-01-18T07:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: EvaulateJSONPath processor configuration</title>
      <link>https://community.cloudera.com/t5/Support-Questions/EvaulateJSONPath-processor-configuration/m-p/240519#M202323</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/103404/manishparab.html" nodeid="103404"&gt;@Manish Parab&lt;/A&gt;&lt;P&gt;Your GetMongo processor is running on&lt;STRONG&gt; All nodes that means same data is pulled on all nodes&lt;/STRONG&gt;..&lt;BR /&gt;If you select &lt;STRONG&gt;EvaluateJsonPath processor to run on Only primary node&lt;/STRONG&gt; then all the other nodes flowfiles will be &lt;STRONG&gt;left queue before EvaluateJsonPath processor&lt;/STRONG&gt;, Because you are not processing flowfiles that are pulled from all other nodes except of PrimaryNode.&lt;/P&gt;&lt;P&gt;Run &lt;STRONG&gt;GetMongoProcessor&lt;/STRONG&gt; only on &lt;STRONG&gt;primary node&lt;/STRONG&gt; and keep &lt;STRONG&gt;EvaluateJsonPath&lt;/STRONG&gt; Processor to &lt;STRONG&gt;&lt;EM&gt;run on all nodes&lt;/EM&gt;&lt;/STRONG&gt;, Reason to keep &lt;STRONG&gt;EvaluateJsonPath&lt;/STRONG&gt; processor on all nodes if NiFi primary node changed then &lt;STRONG&gt;EvaluateJsonPath&lt;/STRONG&gt; processor not going to processor the flowfile that are listed on old PrimaryNode.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 08:32:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/EvaulateJSONPath-processor-configuration/m-p/240519#M202323</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-01-18T08:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: EvaulateJSONPath processor configuration</title>
      <link>https://community.cloudera.com/t5/Support-Questions/EvaulateJSONPath-processor-configuration/m-p/240520#M202324</link>
      <description>&lt;P&gt;Thats a really good answer, I tried doing that and it works, thanks &lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt; , can you please give me more insight on  "same data is pulled on all nodes "&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 09:41:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/EvaulateJSONPath-processor-configuration/m-p/240520#M202324</guid>
      <dc:creator>manish_parab</dc:creator>
      <dc:date>2019-01-18T09:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: EvaulateJSONPath processor configuration</title>
      <link>https://community.cloudera.com/t5/Support-Questions/EvaulateJSONPath-processor-configuration/m-p/240521#M202325</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/103404/manishparab.html" nodeid="103404"&gt;@Manish Parab&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Sure, In NiFi processors that triggers the flow(scheduled to run in cron) we need to run the processors on &lt;STRONG&gt;primary node only &lt;/STRONG&gt;and&lt;STRONG&gt; &lt;/STRONG&gt;running on all nodes means we are triggering n times the same processor on each node. &lt;BR /&gt;That means NiFi each node works with data specifically that receives, in case of &lt;STRONG&gt;Getmongo&lt;/STRONG&gt; processor(triggers the flow in this case) when running on all nodes will pull same data.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Run &lt;STRONG&gt;GetMongo(source processor)&lt;/STRONG&gt; to run on primary node then distribute the load using &lt;A href="https://community.hortonworks.com/articles/16120/how-do-i-distribute-data-across-a-nifi-cluster.html" target="_blank"&gt;RemoteProcessorGroups&lt;/A&gt; (or) &lt;A href="https://stackoverflow.com/questions/53684639/what-is-the-best-way-to-receive-data-from-multiple-url-for-iot-in-apache-nifi/53685333#53685333" target="_blank"&gt;connectionloadbalancing&lt;/A&gt; across the cluster.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 10:43:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/EvaulateJSONPath-processor-configuration/m-p/240521#M202325</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-01-18T10:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: EvaulateJSONPath processor configuration</title>
      <link>https://community.cloudera.com/t5/Support-Questions/EvaulateJSONPath-processor-configuration/m-p/240522#M202326</link>
      <description>&lt;P&gt;makes sense now, why I was getting duplicate data from mongo... when I was running GetMongo on all nodes. thanks again &lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 11:46:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/EvaulateJSONPath-processor-configuration/m-p/240522#M202326</guid>
      <dc:creator>manish_parab</dc:creator>
      <dc:date>2019-01-18T11:46:50Z</dc:date>
    </item>
  </channel>
</rss>

