Member since
07-30-2019
944
Posts
197
Kudos Received
91
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1503 | 10-05-2021 01:53 PM | |
| 16309 | 09-23-2019 06:03 AM | |
| 6810 | 05-04-2019 08:42 PM | |
| 1502 | 06-11-2018 12:45 PM | |
| 12602 | 06-04-2018 01:11 PM |
04-20-2017
04:56 PM
@Gu Gur I agree, that would be a nice tool. But a difficult task because there are unique environments for almost each user and multiple environments for each user.
... View more
04-20-2017
03:42 PM
2 Kudos
@Gu Gur
I believe you would have to grab the entire NiFi branch from github and then replace the zookeeper with the newer version in the branch and then rebuild NiFi on your system.
... View more
04-20-2017
03:34 PM
1 Kudo
@John T Try using this for the Remote File property /home/user/.*${FileToFetch}.* The ".*" says any character, any number of characters. So for your example, it will grab any file that contains "file123.txt" anywhere in the name.
... View more
04-20-2017
03:16 PM
@Raphaël MARY Try setting the cron run schedule to 0 0 10 * * ? instead. The reason the other cron schedule grabbed the same file multiple times is because the * * for second and minutes meant run every second and every minute for that hour.
... View more
04-20-2017
01:52 PM
3 Kudos
@Rohit Ravishankar Yes the file will be processed and while the 31GB file is being processed, back pressure will be applied. Back pressure does not prevent files larger than the 1GB from being processed. It just tries to limit the size of the queue to 1GB. Back pressure will not be disabled until the queue size is below the 1GB threshold.
... 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-20-2017
01:07 PM
@Yogesh Sharma
Here are a couple of links to articles that are a good starting point for best practices and dataflow design. Dataflow Optimization NiFi Best Practices for high performance
... View more
04-19-2017
07:03 PM
@Raj B I cannot see a situation where you would get a token back, but not be able to use NiFi.
... View more
04-19-2017
05:50 PM
@Raj B If you are only looking for a heartbeat, the fact that you can get a token back should be enough. So, you only need the one curl command that works?
... View more