Created 06-02-2017 03:07 AM
I have a Nifi cluster on machine A, B, C and a HDFS standalone on machine D. Now I want to get all file from HDFS server and push into nifi cluster to execute jobs.
Please help me to configure this dataflow and how to setup properties on nifi processor.
Thanks,
Created 06-02-2017 06:13 PM
The documentation for the ListHDFS processor can be found imbedded in the imbedded documetation that is accessible via "help".
Latest Apache version doc can also be found here:
You need to get a copy of your core-site.xml and hdfs-site.xml files from your HDFS install and put them in the same place on every NiFi node to be referenced by this processor.
Thanks,
Matt
Created 06-02-2017 06:13 PM
The documentation for the ListHDFS processor can be found imbedded in the imbedded documetation that is accessible via "help".
Latest Apache version doc can also be found here:
You need to get a copy of your core-site.xml and hdfs-site.xml files from your HDFS install and put them in the same place on every NiFi node to be referenced by this processor.
Thanks,
Matt
Created 06-05-2017 04:08 AM
It works well. Thanks Matt !!!
Hadoop Configuration Resources Properties: point to core-site.xml and hdfs-site.xml after copying them into each Nifi node.