To which directory should NiFi_HOME point in new NiFi 2.0.0 version?
I loaded latest version of NiFi 2.0.0 from
https://www.apache.org/dyn/closer.lua?path=/nifi/2.0.0/nifi-2.0.0-source-release.zip
To which directory should NiFi_HOME point in new NiFi 2.0.0 version?
I loaded latest version of NiFi 2.0.0 from
https://www.apache.org/dyn/closer.lua?path=/nifi/2.0.0/nifi-2.0.0-source-release.zip
Nifi ExecuteSQLRecord Avro Schema Inference
We have recently upgraded Nifi from version 1.11.4 to 1.27.
Convert json format to csv format in apache nifi [closed]
Closed 9 hours ago.
Convert json format to csv format in apache nifi [closed]
Closed 9 hours ago.
How to use replacetext or any other processor to achieve the below scenario
{
“Id”:100,
“name”:”jcb”,
“Keyboard”:[cpu|usage,mem|usage,disk|usage]
}
Apache Nifi Processor FetchFile unable to read file with whitespace in filename
Is this a limitation that Apache Nifi Processor FetchFile cannot fetch file with whitespace in filename ?.
Flowfile is currently penalized in Apache NiFI between ExtractText and PutSQL processors in NiFi
I have a requirement to read say name of users from a file(all in new lines) and insert to Database(oracle).
I am using GetFile->SplitText->ExtractText->PutSql in NiFi. All works fine for less records(around 10 records). But when I try it for 50 or 100 plus records, the connection between ExtractText and PutSql, I am getting “A flowfile is currently penalized and data can not be processed at this time”. Also all flowfiles remain in queue.
after running for a period, the processor in NiFi will stop processing data, even though the status still shows as running
Now, the upstream pipeline in NiFi is accumulating a large amount of data, but the downstream processor is not processing it.
enter image description here
the processor config:
enter image description here
enter image description here
Replace Text processer does not change the part which I need
I have a Replace Text processer and I need to change the part of the file content,