Member since
07-27-2023
55
Posts
19
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1278 | 09-14-2023 04:41 AM |
03-28-2024
02:32 AM
1 Kudo
Can we set these properties from kubernetes config yaml?
... View more
03-27-2024
09:18 PM
1 Kudo
I have a custom nifi image on top of nifi 1.10. This image has cve issue CVE-2022-34169 as reported by scanning tools. Explained here. It is basically related to apache xalan dependency, and recommended version is 2.7.3. How do I update this dependency in nifi image?
... View more
Labels:
- Labels:
-
Apache NiFi
03-20-2024
03:51 AM
1 Kudo
I have a flow usecase wherein I use RouteOnAttribute to route to FetchFile. FetchFile processor is then supposed to read a file from a directory and send it to PutSFTP processor. But I observe that file routed from RouteOnAttribute to FetchFile is what is forwarded to PutSFTP. What I want is that FetchFile forwards that file to PutSFTP that it reads from directory. Is it possible?
... View more
Labels:
- Labels:
-
Apache NiFi
03-20-2024
02:35 AM
1 Kudo
FetchFile processor has property 'Move Conflict Strategy': Basically its about file conflict in destination folder. But it doesn't have any property for destination folder, and correctly so as this processor is only about pulling a file in nifi system. So why is this property needed?
... View more
Labels:
- Labels:
-
Apache NiFi
03-20-2024
01:46 AM
This is RouteOnAttribute processor. As you can see I have 2 properties defined. I want to use fileTransfer property to route to GetFile processor. And this is connection dialog box for one of the existing connections, and it lists 'fileTransfer' as a relationship.
... View more
03-20-2024
01:03 AM
I have to create a connection from RouteOnAttribute processor to GetFile processor based on value of an attribute which I have set in processor preceding RouteOnAttribute . But I am unable to do so on NiFi ui. Connection dialogbox jut doesn't appear. What am I missing?
... View more
Labels:
- Labels:
-
Apache NiFi
03-18-2024
10:53 PM
3 Kudos
Its a script processor to run a groovy script. If a functional error is detected, I need to send original input file over FTP.
... View more
03-18-2024
01:25 AM
1 Kudo
Error is in processor. Basically a functional error, nothing to do with nifi.
... View more
03-17-2024
08:04 PM
I have a usecase wherein in case of an error I need to make a copy of input file and send it to some FTP location so that it can be assessed. What is idiomatic way of achieving this?
... View more
Labels:
- Labels:
-
Apache NiFi
03-04-2024
07:32 PM
1 Kudo
So if I understand correctly, as a flowfile progresses through various processors in data flow and processors make changes in the content, content corresponding to each processor is saved in a content claim in content repository and is immutable. So basically each flow file has a series of content claims corresponding to it. Metadata for a flowfile is mutable, and keeps on changing as flowfile progresses in the flow.
... View more