Member since
07-30-2019
944
Posts
197
Kudos Received
91
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1440 | 10-05-2021 01:53 PM | |
16083 | 09-23-2019 06:03 AM | |
6647 | 05-04-2019 08:42 PM | |
1453 | 06-11-2018 12:45 PM | |
12328 | 06-04-2018 01:11 PM |
05-01-2017
08:46 PM
2 Kudos
@Raj B The PutHDFS will "close" the file after each append. The writing of a file every minute will be less efficient than say writing a bigger file every ten minutes, but that is something you will have to determine which is more important to your use case. But even just waiting a minute is still more efficient then writing 100 files a sec.
... View more
11-28-2017
06:53 PM
Looks like it might just have been a typo between "flowFile" and "flowfile"
... View more
09-18-2017
03:27 AM
Hi, Could you please let me know how the resetting of target signal count in wait processor work? Refer my question: https://community.hortonworks.com/questions/138762/reset-of-target-signal-count-in-wait-processor.html Thanks, John
... View more
04-27-2017
12:59 PM
Thank you very much
... View more
04-20-2017
01:44 PM
1 Kudo
@Harish S I am glad you were able to correct the issue by configuring the correct KDC server in the jaas.conf file.
... View more
04-17-2017
01:07 PM
2 Kudos
@Eric Lloyd You don't have to uninstall NiFi to start clean. Just clean out all the directories under the content, flowfile, provenance repositories and you should be good to go. When you ran out of disk space it corrupted the flowfile repository, which is how NiFi knows the status of the flow files in the graph. If possible, I would recommend at a minimum of moving the flowfile repository to it's own disk partition.
... View more
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
05-02-2018
01:49 PM
This issue is not limited to IE. A similar issue with cached credentials/session may occur in Chrome. Restarting Chrome resolves the issue as well. To restart Chrome without losing current tabs, type chrome://restart in a new tab.
... View more
04-11-2017
12:52 PM
1 Kudo
@Peter Murray That is one way to configure it. The batching of 50 flow files is how the MonitorActivity processor works, no matter what Scheduling Strategy is implemented. I would change the Scheduling Strategy to Timer driven, and have it run once a minute, with the Threshold Duration to 24 hours, as you suggested.
... View more