MoveHDFS 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-hadoop-nar
Description
Rename existing files or a directory of files (non-recursive) on Hadoop Distributed File System (HDFS).
Tags
HCFS, HDFS, filesystem, hadoop, move, moveHDFS, put
Input Requirement
ALLOWED
Supports Sensitive Dynamic Properties
false
Properties
Restrictions
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.
write distributed filesystem Provides operator the ability to delete any file that NiFi has access to in HDFS or the local filesystem.
Relationships
Name Description
success Files that have been successfully renamed on HDFS are transferred to this relationship
failure Files that could not be renamed on HDFS are transferred to this relationship
Reads Attributes
Name Description
filename The name of the file written to HDFS comes from the value of this attribute.
Writes Attributes
Name Description
filename The name of the file written to HDFS is stored in this attribute.
absolute.hdfs.path The absolute path to the file on HDFS is stored in this attribute.
hadoop.file.url The hadoop url for the file is stored in this attribute.
See Also