HadoopFileSystemOperationType Enumeration
Specify whether the Hadoop File System task is a CopyTo, CopyFrom, or CopyWithin.
Enumeration Values
Name | Summary |
---|---|
CopyToHDFS | HDFS is the destination. |
CopyFromHDFS | HDFS is the source. |
CopyWithinHDFS | HDFS is the source AND destination. |