Name | Description |
---|---|
success | FlowFiles will be routed to this relationship once they have been updated with the content of the HDFS file |
comms.failure | FlowFiles will be routed to this relationship if the content of the HDFS file cannot be retrieve due to a communications failure. This generally indicates that the Fetch should be tried again. |
failure | FlowFiles will be routed to this relationship if the content of the HDFS file cannot be retrieved and trying again will likely not be helpful. This would occur, for instance, if the file is not found or if there is a permissions issue |
Name | Description |
---|---|
hdfs.failure.reason | When a FlowFile is routed to 'failure', this attribute is added indicating why the file could not be fetched from HDFS |
hadoop.file.url | The hadoop url for the file is stored in this attribute. |
Required Permission | Explanation |
---|---|
read distributed filesystem | Provides operator the ability to retrieve any file that NiFi has access to in HDFS or the local filesystem. |