Member since
06-26-2017
191
Posts
10
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1447 | 09-22-2017 07:13 PM |
10-19-2017
01:01 PM
@Matt Clarke Hey Matt Thanks for the link, It is an awesome link, however I am having trouble to tune it with MergeContent processor. Thanks Dheeru
... View more
10-19-2017
12:47 PM
Hi @Wynner Thanks How do I figure out the size of flowfile coming out from ListenUDP processor?
... View more
10-18-2017
11:46 PM
qq1.pngqq2.pngHi All, Thanks I am having a hard time doing permutations and combinations to tune the properties of both of ListenUDP and MergeContent processors. Are they standard values for each of these properties for 10000 events per second?
... View more
Labels:
- Labels:
-
Apache NiFi
10-18-2017
11:29 PM
Hi All, Thanks, I have a pfsense firewall, which was sending data at rate of 10000 events per second. when I switched it in PROD, I was not able to match the tuning between ListenUDP and MergeContent processor. I got this error "Caused by: java.io.IOException: All Partitions have been blacklisted due to failures when attempting to update. If the Write-Ahead Log is able to perform a checkpoint, this issue may resolve itself. Otherwise, manual intervention will be required." Thanks Dheeru
... View more
Labels:
- Labels:
-
Apache NiFi
10-18-2017
10:26 PM
Hi All, Thanks, I am getting this following error. When a data source of high throughput, is streamed. Failed to write contents of the message to FlowFile due to IOException thrown from ListenUDP[id=23d0ed8d-fc4e-3d93-84e9-2cc601ba2f61]: java.io.FileNotFoundException: /data02/content_repository,/data04/grid03/653/1508365004240-1515149 (No space left on device) I am using ListenUDP and mergeContent processor. Another issue how do I tune the performance of ListenUDP and mergeContent? Like what should be my optimal buffer size for listenUDP to stream 10000 events per second Thanks again Dheeru
... View more
Labels:
- Labels:
-
Apache NiFi
10-18-2017
07:54 PM
Hi @Shu Thanks for the reply, Yes you are absouletly correct about the error message being a generic one complaining about the config issue. Here my udp port was already occupied by some other app. Chnaged the post number and worked like a charm Thanks again appreciate it Dhiren
... View more
10-18-2017
06:33 PM
Hi All, Thanks, Configured a listenUDP processor, when starting it, gives the error message "failed to invoke @OnScheduled method due to java.lang.RuntimeException: Failed while executing one of processor's OnScheduled task.; processor will not be scheduled to run for 30 seconds: java.lang.RuntimeException: Failed while executing one of processor's OnScheduled task." Even in the nifi-app.log any help to debug this. Thanks Dhiren
... View more
Labels:
- Labels:
-
Apache NiFi
10-17-2017
08:24 PM
@Shu I was just reading the docs found out ${now():format('yyyy')}. Thanks for the quick response. Much appreciated. Dheeru
... View more
10-17-2017
07:56 PM
Hi, Thanks My directory in HDFS is yyyy/mm/dd/hh/mm/ss is there any way I can restrict it till month. example yyyy/mm Thanks Dheeru
... View more
Labels:
- Labels:
-
Apache NiFi
10-17-2017
05:41 PM
@Shu Thanks a lot for quick reply. Much appreciated. This solved the issue. The problem was once I set the expression language for creating directory structure. The putFile was looking for the directory structure hence the error. So I had to delete the PutFile processor and the use your EL and it worked like a charm. Thanks again
... View more