Repository: nifi Updated Branches: refs/heads/master c324c9e21 -> 168fc72bb
NIFI-3637 Fixed ListHDFS Documentation Signed-off-by: Matt Burgess <[email protected]> This closes #1633 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/168fc72b Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/168fc72b Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/168fc72b Branch: refs/heads/master Commit: 168fc72bbab4a6516f6264f9e6ed7d0abc31d722 Parents: c324c9e Author: Gahan Rakholia <[email protected]> Authored: Wed Mar 29 11:47:28 2017 +0530 Committer: Matt Burgess <[email protected]> Committed: Wed Mar 29 10:31:56 2017 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/nifi/processors/hadoop/ListHDFS.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/168fc72b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/ListHDFS.java ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/ListHDFS.java b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/ListHDFS.java index 38a16e4..06e616c 100644 --- a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/ListHDFS.java +++ b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/ListHDFS.java @@ -64,7 +64,7 @@ import java.util.regex.Pattern; @InputRequirement(Requirement.INPUT_FORBIDDEN) @Tags({"hadoop", "HDFS", "get", "list", "ingest", "source", "filesystem"}) @CapabilityDescription("Retrieves a listing of files from HDFS. For each file that is listed in HDFS, creates a FlowFile that represents " - + "the HDFS file so that it can be fetched in conjunction with ListHDFS. This Processor is designed to run on Primary Node only " + + "the HDFS file so that it can 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.") @WritesAttributes({
