mgaido91 commented on a change in pull request #3597: NIFI-6462 ListHDFS should
be triggerable
URL: https://github.com/apache/nifi/pull/3597#discussion_r305911768
##########
File path:
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/ListHDFS.java
##########
@@ -74,7 +74,9 @@
+ "cases where files with the same timestamp are written immediately
before and after a single execution of the processor. For each file that is "
+ "listed in HDFS, this processor creates a FlowFile that represents
the HDFS file to be fetched in conjunction with FetchHDFS. This Processor is "
+ "designed to run on Primary Node only in a cluster. If the primary
node changes, the new Primary Node will pick up where the previous node left "
- + "off without duplicating all of the data. Unlike GetHDFS, this
Processor does not delete any data from HDFS.")
+ + "off without duplicating all of the data. Unlike GetHDFS, this
Processor does not delete any data from HDFS."
+ + "If the execution is triggered by an input flowfile, it's attribute
will be transferred to the generated flowfiles, and it will be rooted to "
Review comment:
```suggestion
+ "If the execution is triggered by an input FlowFile, its
attributes will be transferred to the generated flowfiles, and it will be
routed to "
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services