Re: csv output processor?

2017-05-01 Thread Andrew Grande
There is something interesting coming out in 1.2.0 potentially, the new pairs of RecordReaders/RecordSetWriters. I did see CSV format support in there. Take another look maybe. Andrew On Fri, Apr 28, 2017, 4:55 PM Frank Maritato wrote: > Is there a nifi processor that will output a bunch of flo

Re: Configure duration to push to RPG in AWS (IoT flow)

2017-05-01 Thread Aldrin Piri
Hi Varsha, When you are talking about flows, are these separate instances of MiNiFi or different parts of your overall configuration? Is there a reason the collected data is written to and then read from disk? I/O costs are amplified when running off of SD cards which can be quite slow. Not tha

RE: Configure duration to push to RPG in AWS (IoT flow)

2017-05-01 Thread Raveendran, Varsha
Hi Aldrin, We changed our flow to the following and still see no improvement. RPi with one instance of MiNiFi - A ListenTCP processor - RPG connecting to EC2 EC2 with one NiFi server - Input Port - SplitText, ReplaceText – to transform the data into CQL statements -

Re: Configure duration to push to RPG in AWS (IoT flow)

2017-05-01 Thread Lee Laim
Hi Varsha, Based on your description, It might be worth checking the 'run scheduling' to make sure the processors are scheduled properly. I've changed the scheduling for debug purposes, and have forgotten to changing it back to '0 seconds' Lee > On May 1, 2017, at 10:38 PM, Raveendran, Vars