Member since
09-05-2016
21
Posts
11
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5073 | 09-29-2016 11:50 AM |
11-01-2016
04:52 PM
I tried new installation of nifi, and just copied flowfile gz in conf. Still does not work, is the state also in components? Or just in the state state folder?
... View more
11-01-2016
04:17 PM
Hi Andrew, i tried to delete content of those directories. But still did not work. Even state of ListS3 was empty msg in debug was there is no new files yielding. I will try to delete all those directories completely, and see what will happen.
... View more
11-01-2016
03:44 PM
1 Kudo
Is there a way to clear a state of nifi? For example if i used ListS3 or Email processor. And i did some stuff, and they now now which files do they checked. Can i make them "forget"? Also is there a way to clean up/hard restart of nifi? To forget everything except flow file about processors and controllers. Best Bojan
... View more
Labels:
- Labels:
-
Apache NiFi
10-30-2016
08:25 PM
Hi Brad, Is this guide still valid? I can't get it to work. Best Bojan
... View more
10-11-2016
01:47 PM
Hi Bryan, This solved the problem, thank you. I was reading this https://nifi.apache.org/developer-guide.html, and i will check wiki also. Best Bojan
... View more
10-11-2016
01:25 PM
Hi, I am developing custom SQL nifi processor which will execute batch of SQL statements. It is not state of the art, but i just want to start developing. Problem is that my processor can't see active DBCPConnectionPool services. All other SQL components which are preinstalled in nifi can see it. I only have option to create new service, and when i do it complains that is not valid controller service, and i can see ID in property field. I'm clearly doing something wrong, but i cant find out what. Any hint is more then welcome.
... View more
Labels:
- Labels:
-
Apache NiFi
09-30-2016
02:33 PM
POP3 is also failing. In the end i created python script using smptlib to get messages after consumeimap fires. ConsumeImap -> ExecuteScript -> ExtractEmailAttachments But i don't like this solution, two time i am download messages.
... View more
09-30-2016
02:31 PM
Thanks for the patch. 🙂 I just tried to compile it and build is failing: validateConsumeIMAP
validateConsumeIMAPWithTimeout Chears! EDIT: I skipped the tests and just compiled. ConsumeImap processor now works as expected. Chears again!
... View more
09-29-2016
12:49 PM
No problem, i just need to create some hack. And good thing i know now how Email processors are working in NIFI(i read all the code). Maybe i can still use ConsumeIMAP processor to watch for new messages and then maybe route to ExecuteScript which will run Python code which will extract attachment and pass to next processor? Only issue that i see is the how to detect new messages, i am not sure if session is persistent or something like that. I could mark them as read after i download them. I did not have much experience with emails. But i will try. If you have suggestion how to hack this please be free to suggest.
... View more
09-29-2016
11:50 AM
3 Kudos
I think i hit this bug: https://issues.apache.org/jira/browse/NIFI-2709?jql=text%20~%20%22ConsumeImap%22
... View more