Created 10-28-2016 02:56 PM
I would like to get a list of all provenance events
https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
Ideally I would like to ingest them with NIFI and store them in HDFS.
Is there an example of POST /provenance?
Created 10-29-2016 03:53 AM
Hi @Timothy Spann, take a look at this answer I just provided for a similar question.
Although, you should also look at SiteToSiteProvenanceReportingTask
, which allows you "export" them from the NiFi provenance repository and ingest them into a NiFi instance (could be remote, could be same) as pure data and then manipulate them as you would any other data (e.g. feed to PutHDFS
).
Created 10-29-2016 03:53 AM
Hi @Timothy Spann, take a look at this answer I just provided for a similar question.
Although, you should also look at SiteToSiteProvenanceReportingTask
, which allows you "export" them from the NiFi provenance repository and ingest them into a NiFi instance (could be remote, could be same) as pure data and then manipulate them as you would any other data (e.g. feed to PutHDFS
).
Created 01-26-2017 03:00 PM
Hi @Timothy Spann, this is an old post of yours, but I've a similar need as you posted here; I wanted to know if you were able to come up with a working version of a dataflow that queries NiFi API provenance events; if you did, I appreciate if you could share some info about that. Thanks in advance.