Member since
02-01-2018
6
Posts
0
Kudos Received
0
Solutions
02-20-2018
05:49 PM
You have 100 flow files? Perhaps you can use wait and notify processors and release 1 flow file each time. If query is successfull then signal to release fliw file to perform next query, if not then signal to release to failure using route on attribute processor which will come after the wait processor. Something similar to this sample: https://gist.github.com/ijokarumawak/375915c45071c7cbfddd34d5032c8e90
... View more
02-19-2018
07:50 PM
When did this error occured? Did something happened? For example you made a change in the consumer processor topic or group id?
... View more
02-15-2018
08:58 AM
@Doug Lennings did you manage to make it work? can you post an example?
... View more
02-04-2018
01:39 PM
Thanks for the anwer @Bryan Bende, Are you saying that there are processors that just dont produce data provenance at all? Why dont all the processors produce provenance events? Can you give an example? Is it an option that there isnt any more space for more provenance data to be created in the NIFI cluster so some processors will create provenance and others will not just randomly or something like that? For example FetchHBaseRow processor should produce provenance event always?
... View more
02-01-2018
04:36 PM
Hi, When I try to access the data provenance, for some reason on the same flow, one processor might not have the data provenance and the following processor that comes right after will have the data provenance for the same call. Do some processors just dont write data provenance? or is there some limitation? Thanks, Greg
... View more
Labels:
- Labels:
-
Apache NiFi