Support for hadoop
Yann Jouanin <yann.jouanin@intelunix.fr>
new
linux
Execute a command on DFS
CLI Example:
salt '*' hadoop.dfs ls /
Check if a file or directory is absent on the distributed FS.
CLI Example:
salt '*' hadoop.dfs_absent /some_random_file
Returns True if the file is absent
Check if a file or directory is present on the distributed FS.
CLI Example:
salt '*' hadoop.dfs_present /some_random_file
Returns True if the file is present
New in version 2019.2.0.
Reports basic filesystem information and statistics. Optional flags may be used to filter the list of displayed DataNodes.
[live] [dead] [decommissioning]
CLI Example:
salt '*' hadoop.dfsadmin -report
Format a name node
salt '*' hadoop.namenode_format force=True
Return version from hadoop version
CLI Example:
salt '*' hadoop.version
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy