Member since
06-08-2017
1049
Posts
517
Kudos Received
312
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
9692 | 04-15-2020 05:01 PM | |
5780 | 10-15-2019 08:12 PM | |
2316 | 10-12-2019 08:29 PM | |
9322 | 09-21-2019 10:04 AM | |
3426 | 09-19-2019 07:11 AM |
10-31-2024
06:17 AM
1 Kudo
That's perfect !
... View more
03-24-2024
01:31 PM
Hi @Shu_ashu, @ramesh_ganginen I am encountering the same issue. I attempted the method you suggested, but it didn't work. I'm trying to copy a table from my MySQL database to my local machine using Apache NiFi. I've configured the 'ConvertRecord' processor and added the 'CSVRecordSetWriter', but I'm still receiving files in JSON format. Can you please guide me if I'm making any mistakes?
... View more
01-12-2024
08:45 AM
Hi @marco21 can you please provide me the full implementation code for ListDynamiscSFTP that you have mentioned in your post. I do have the same requirement but not able to determine the methods that I have to override to get the exact implementation of ListSFTP
... View more
11-27-2023
08:10 AM
Your original example had everything at +0000 but the error has +0700 so perhaps change the pattern to yyyy-MM-dd'T'HH:mm:ssZ
... View more
02-13-2023
06:45 AM
@jricogar Why not use the listHDFS processor? It retains state so that same HDFS files do not get listed multiple times. Just trying to understand your use case for using FetchHDFS without ListHDFS processor. Thanks, Matt
... View more
01-30-2023
07:18 AM
I understand that it'd be pointless to send a FlowFile to the ListS3 processor, but it still seems like we should be able to attach it to a Wait processor and have it trigger that way.
... View more
11-10-2022
02:45 AM
This is not working for spark on hive. no applicaiton id found when grep query id.
... View more
10-13-2022
12:28 PM
You can use EvaluateJsonPath. You only have to add an extra attribute and name it as you want (e.g. count) and set as value "$.my.array.size.length()". Then select Destination and change it to flowfile-attribute. This processor will produce a flowfile which has your extra attribute
... View more