<?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: Ideas on how to get notified when NiFi completed processing all flowfiles from the Source in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137040#M52028</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5078/pvillard.html" nodeid="5078"&gt;@Pierre Villard&lt;/A&gt; I understand there's no completion when we're streaming. But if we're moving static set of data from a database to HDFS or from Unix to HDFS/Hive, it would be handy if you can get an alert saying the job is complete. MonitorActivity processor would work for my use case. Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2017 00:04:22 GMT</pubDate>
    <dc:creator>Raj_B</dc:creator>
    <dc:date>2017-01-20T00:04:22Z</dc:date>
    <item>
      <title>Ideas on how to get notified when NiFi completed processing all flowfiles from the Source</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137037#M52025</link>
      <description>&lt;P&gt;Hello, I'm looking for some ideas on getting notified when a NiFi job is completed, i.e. processed all the data from the source.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 22:56:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137037#M52025</guid>
      <dc:creator>Raj_B</dc:creator>
      <dc:date>2017-01-19T22:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas on how to get notified when NiFi completed processing all flowfiles from the Source</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137038#M52026</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10100/rbolla.html" nodeid="10100"&gt;@Raj B&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;There is not really the notion of "completed" in NiFi. We are in a streaming approach, and there is no a priori knowledge of a start and a end. However you can find some workarounds based on your use case, for example: you could add a MonitorActivity processor to notify you if there is no more event processed after X minutes. Anyway, there is no general approach, it is really tied to your use case.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 23:01:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137038#M52026</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2017-01-19T23:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas on how to get notified when NiFi completed processing all flowfiles from the Source</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137039#M52027</link>
      <description>&lt;P&gt;How will you find out all flowfiles from a source have been processed? If you can get that figured out nifi has several components ex. put email, which can send an email to given recipients. You can also set up an SNMP agent, use setSNMP to set a message , which the snmp agent can forward to  recipients.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 23:03:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137039#M52027</guid>
      <dc:creator>knarayanan</dc:creator>
      <dc:date>2017-01-19T23:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas on how to get notified when NiFi completed processing all flowfiles from the Source</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137040#M52028</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5078/pvillard.html" nodeid="5078"&gt;@Pierre Villard&lt;/A&gt; I understand there's no completion when we're streaming. But if we're moving static set of data from a database to HDFS or from Unix to HDFS/Hive, it would be handy if you can get an alert saying the job is complete. MonitorActivity processor would work for my use case. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 00:04:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137040#M52028</guid>
      <dc:creator>Raj_B</dc:creator>
      <dc:date>2017-01-20T00:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas on how to get notified when NiFi completed processing all flowfiles from the Source</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137041#M52029</link>
      <description>&lt;P&gt;as &lt;A rel="user" href="https://community.cloudera.com/users/5078/pvillard.html" nodeid="5078"&gt;@Pierre Villard&lt;/A&gt; mentioned above, MonitorActivity processor can tell you when there is no activity for a specified period of time. &lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 00:06:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137041#M52029</guid>
      <dc:creator>Raj_B</dc:creator>
      <dc:date>2017-01-20T00:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas on how to get notified when NiFi completed processing all flowfiles from the Source</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137042#M52030</link>
      <description>&lt;P&gt;Maybe Wait/Notify processor might be useful for some use cases, too. It will support waiting for multiple signals from next version of NiFi. There's a sample flow image, a part of flow waits for other part of flow send notification signal:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/nifi/pull/1420" target="_blank"&gt;https://github.com/apache/nifi/pull/1420&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 09:07:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137042#M52030</guid>
      <dc:creator>kkawamura</dc:creator>
      <dc:date>2017-01-20T09:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas on how to get notified when NiFi completed processing all flowfiles from the Source</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137043#M52031</link>
      <description>&lt;P&gt;thank you &lt;A rel="user" href="https://community.cloudera.com/users/3908/kkawamura.html" nodeid="3908"&gt;@kkawamura&lt;/A&gt; for the heads up on the new processor.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 09:22:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ideas-on-how-to-get-notified-when-NiFi-completed-processing/m-p/137043#M52031</guid>
      <dc:creator>Raj_B</dc:creator>
      <dc:date>2017-01-22T09:22:58Z</dc:date>
    </item>
  </channel>
</rss>

