Re: NiFi Processor Lifecycle Diagram

2017-10-30 Thread Andy LoPresto
Hi Ryan, I am not aware of a diagram, but the best resource for the component lifecycle is the Developer Guide section on it [1]. The “Apache NiFi In Depth” document may also provide some good information in the context of flowfile lifecycle [2]. If you do make a diagram of this, I’m sure it

NiFi Processor Lifecycle Diagram

2017-10-30 Thread Ryan H
Hi, I'm looking for a NiFi Processor Lifecycle Diagram to show when the lifecycle events get kicked off, such as @OnPropertyModified, or @Started/Stopped, etc. I've read through the docs a few times, although it's been a while since I've really scoured all the links, I can't seem to find

Nifi:count similar filenames in directory

2017-10-30 Thread sally
I want to get real name of file from one previous flowfile and then match how many flowfile with this name exists in certain directory , here is my code but it trows exception which tells that startup failed because unexpected char 0X, here is my code what should i change? *how should i

Re: UpdateAttribute is missing JAXB dependency

2017-10-30 Thread Leandro Lourenço
Hey there, What @Matt Burgess suggested fixed my issue. Installed jdk1.8.0_151 and this error no longer appeared. One thing to mention though is that ./bin/nifi.sh restart didn't do the trick, nor stop and then start. I had to restart the machine to see UpdateAttribute working fine. Thank you

Reading Email Message Body

2017-10-30 Thread Peter Wicks (pwicks)
A coworker and I were troubleshooting a bug in the ConsumeEWS processor where Unicode characters were being read as ASCII. I figured out there was a bug in my code for ConsumeEWS and plan to fix it, but as part of the research I found that the way Unicode text in the email is outputted to the