<?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 to extract NiFi provenance? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106870#M33526</link>
    <description>&lt;P&gt;Please don't post to old threads which are done, create a new question. I will lock this one now.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2016 03:38:42 GMT</pubDate>
    <dc:creator>andrewg</dc:creator>
    <dc:date>2016-09-28T03:38:42Z</dc:date>
    <item>
      <title>How to extract NiFi provenance?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106865#M33521</link>
      <description>&lt;P&gt;I would like to get all of the NiFi provenance data in my project and store it within a file using a custom NiFi processor, but I cannot find a working solution. Does anyone know how I can get this done? The code should be written in the custom processor's onTrigger method block.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 21:56:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106865#M33521</guid>
      <dc:creator>alexander_aolar</dc:creator>
      <dc:date>2016-06-30T21:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract NiFi provenance?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106866#M33522</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11541/alexanderaolaritei.html" nodeid="11541"&gt;@Alexander Aolaritei&lt;/A&gt;&lt;/P&gt;&lt;P&gt;NiFi can produce a lot of provenance data.  The solution you are looking for will be coming in Apache NiFi 1.0 in the form of a NiFi reporting Task.  This "SiteToSiteProvenanceReportingTask" will use the NiFi Site-to-Site (S2S) protocol to send provenance events to another NiFi instance in configurable batches.  Of course that target NIfI instance could be yourself; however, that would just produce even more provenance events locally as you handle those messages.  So It may be wise to standup another NiFi instance just for Provenance event handling. Upon receiving those provenance events via a S2S input port, you can use standard NiFi processors to split/merge them, route them, and store them in your desired end point (Whether that is local file(s), external DB, etc...).&lt;/P&gt;&lt;P&gt;I am not a developer so cannot help with the custom solution you are working on, but just want to share what is coming as another viable solution to your needs.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 22:14:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106866#M33522</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-06-30T22:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract NiFi provenance?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106867#M33523</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/525/mclark.html" nodeid="525"&gt;@mclark&lt;/A&gt;&lt;P&gt; can you give us an approximate month when NiFi 1.0 will be available to the community?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 12:34:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106867#M33523</guid>
      <dc:creator>sai_gopalakrish</dc:creator>
      <dc:date>2016-07-01T12:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract NiFi provenance?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106868#M33524</link>
      <description>&lt;P&gt;NiFi 1.0 is deep in to development right now. Expect to see it up for vote in August.  NiFi 1.0 has considerable re-work done across the board. (New UI, No more NCM for clustering, etc...) Very exciting stuff.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 19:06:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106868#M33524</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-07-01T19:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract NiFi provenance?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106869#M33525</link>
      <description>&lt;P&gt;@philg&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to log all the data transformation done in my
DF processor by processor. &lt;/P&gt;&lt;P&gt;Data provenance and SiteToSiteProvenanceReportingTask seems to be the right items to investigate, and also Nifi REST API
( provenance + provenance events) &lt;/P&gt;&lt;P&gt;but I do not know how
to proceed for example how to call the
REST API .. ( params are not so clear )&lt;/P&gt;&lt;P&gt;Any help ?&lt;/P&gt;&lt;P&gt;phil&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 19:27:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106869#M33525</guid>
      <dc:creator>philgib</dc:creator>
      <dc:date>2016-09-27T19:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract NiFi provenance?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106870#M33526</link>
      <description>&lt;P&gt;Please don't post to old threads which are done, create a new question. I will lock this one now.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 03:38:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-extract-NiFi-provenance/m-p/106870#M33526</guid>
      <dc:creator>andrewg</dc:creator>
      <dc:date>2016-09-28T03:38:42Z</dc:date>
    </item>
  </channel>
</rss>

