Member since
12-14-2016
35
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4664 | 12-23-2016 05:41 AM |
04-24-2017
02:15 PM
@Avish Saha Some processors work in NiFi FlowFiles in batches. In your case one of the FlowFiles is failing to match on the regex which is causing a session roll back of the entire session. Also seeing as how the processor reports 8,000,000+ tasks in the last 5 minutes, it does not look like it is penalizing that one bad FlowFile. While all FlowFiles routed to a "failure" relationship are penalized, this is not true for all processors when a session rollback occurs.
... View more
04-20-2017
09:57 PM
1 Kudo
@Avish Saha Why the need for multiple Distributed Map Cache Servers? The server runs independent of the process group it was created under. It is bound to a port and is available for connections from any properly configured Distributed Map Cache client service. You can also configure one Distributes Map Cache Client Service at the parent process group level and it will be available to any sub process group, but there is nothing wrong with creating multiple clients either. Thanks, Matt
... View more
03-23-2017
03:16 PM
Awesome, thats what I thought per this thread but wanted to be 100% sure of. Thank you @Bryan Bende.
... View more
01-11-2017
05:36 AM
Thank you @Matt. Will try the suggestion and revert in case I have any more follow up queries. Appreciate your help.
... View more
05-15-2018
04:37 PM
Since this isn't related to the original question, please ask this as its own standalone question and I'd be happy to answer it. (The short answer is you might be able to use UpdateAttribute to change the 4 to the right column number for Table B if you can figure out whether a flow file is for Table A or B)
... View more
03-09-2018
08:02 AM
@Andrew Grande I have the same issue but for the GETSFTP processor .Filenotfound exception. screenshot-from-2018-03-09-13-24-26.png
... View more
12-23-2016
05:41 AM
Thank you @Bryan Bende I managed my use case with Jolt Processor, since AVRO would only transform to the schema of incoming file format, and will adjust only in terms of adding or removing some attributes. However, I was looking for a totally different outbound schema than whats incoming.
... View more
01-09-2017
08:57 AM
Please advice if the Event driven will be now available/implemented for NiFi 1.x and later versions?
... View more