I am trying to implement the workflow below using Apache Nifi:
I have a few questions:
Does ExecuteProcess Processor in Apache Nifi takes incoming flow files?
I am not able to provide ExecuteProcess processor any incomming flow file. If not, is there any way to support taking incoming flow files?
Individual processors set to `Run once' can be selected on the canvas with a shift-click. Then clicking `Start' on the Operate Palette will start those processors which will run once and stop. Then one can modify processing parameters and repeat.
To get started, open a web browser and navigate to https://localhost:8443/nifi . The port can be changed by editing the nifi. properties file in the NiFi conf directory, but the default port is 8443.
The core concepts of NiFi A FlowFile represents each object moving through the system and for each one, NiFi keeps track of a map of key/value pair attribute strings and its associated content of zero or more bytes. Processors actually perform the work.
ExecuteProcess does not allow incoming flow files. Take a look at the ExecuteStreamCommand processor, it accepts incoming flow files and also executes an external command.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With