Display constants used by prefix syntaxes only The following constants are used by the HDFS functions: | | | Constant | Description | Used by the functions or types of variables |
---|
hdfsDefault | Options for copying or renaming: if the destination file already exists on the server, it is not averwritten. | hdfsCopyTo, hdfsRename, hdfsDelete | hdfsDirectory | Delete: The contents of directory and subdirectories are also deleted. | hdfsDelete | hdfsFile | The element is a file. | hdfsStatus type | hdfsLink | The element is a link to another file. | hdfsStatus type | hdfsOverwrite | - Options for copying: if the destination file already exists on the server, it is replaced by the file copied from the local computer.
- Options for renaming: if the destination file already exists, it is replaced by the renamed file.
| | hdfsRecursive | The element is a link to a directory. | hdfsStatus type |
The following constants are used by HDFS functions (prefix syntax): | | | Constant | Description | Used by the functions or types of variables |
---|
hdfsDefault | Options for copying or renaming: if the destination file already exists on the server, it is not averwritten. | <hdfsConnection variable >.CopyTo, <hdfsConnection variable >.Rename, <hdfsConnection variable >.Delete. | hdfsDirectory | Delete: The contents of directory and subdirectories are also deleted. | <hdfsConnection variable >.Delete | hdfsFile | The element is a file. | hdfsStatus type | hdfsLink | The element is a link to another file. | hdfsStatus type | hdfsOverwrite | - Options for copying: if the destination file already exists on the server, it is replaced by the file copied from the local computer.
- Options for renaming: if the destination file already exists, it is replaced by the renamed file.
| | hdfsRecursive | The element is a link to a directory. | hdfsStatus type |
This page is also available for…
|
|
|
|