Uses of Class
org.apache.hadoop.fs.shell.FsCommand
Packages that use FsCommand
Package
Description
An abstract file system API.
Support for the execution of a file system command.
-
Uses of FsCommand in org.apache.hadoop.fs
Subclasses of FsCommand in org.apache.hadoop.fsModifier and TypeClassDescriptionprotected classDisplays short usage of commands sans the long descriptionprotected classDisplay help for commands with their short usage and long description.classThis class is the home for file permissions related commands.static classUsed to change group of filesstatic classThe pattern is almost as flexible as mode allowed by chmod shell command.static classUsed to change owner and/or group of files -
Uses of FsCommand in org.apache.hadoop.fs.shell
Subclasses of FsCommand in org.apache.hadoop.fs.shellModifier and TypeClassDescriptionclassConcat the given files.classAbstract command to enable sub copy commands run with multi-thread.classCount the number of directories, files, bytes, quota, and remaining quota.classUnix touch like commandsstatic classA UNIX like touch command.static class(Re)create zero-length file at the specified path.classTruncates a file to a new size -
Uses of FsCommand in org.apache.hadoop.fs.shell.find
Subclasses of FsCommand in org.apache.hadoop.fs.shell.find