NIFI-3637 Fixed ListHDFS Documentation

Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #1633
This commit is contained in:
Gahan Rakholia 2017-03-29 11:47:28 +05:30 committed by Matt Burgess
parent c324c9e21c
commit 168fc72bba
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ import java.util.regex.Pattern;
@InputRequirement(Requirement.INPUT_FORBIDDEN) @InputRequirement(Requirement.INPUT_FORBIDDEN)
@Tags({"hadoop", "HDFS", "get", "list", "ingest", "source", "filesystem"}) @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 " @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 " + "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.") + "all of the data. Unlike GetHDFS, this Processor does not delete any data from HDFS.")
@WritesAttributes({ @WritesAttributes({