| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.shell |
Support for the execution of a file system command.
|
| org.apache.hadoop.fs.shell.find |
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
FsShell.Help |
Displays short usage of commands sans the long description
|
protected class |
FsShell.Usage |
Display help for commands with their short usage and long description.
|
class |
FsShellPermissions |
This class is the home for file permissions related commands.
|
static class |
FsShellPermissions.Chgrp |
Used to change group of files
|
static class |
FsShellPermissions.Chmod |
The pattern is almost as flexible as mode allowed by chmod shell command.
|
static class |
FsShellPermissions.Chown |
Used to change owner and/or group of files
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Concat |
Concat the given files.
|
class |
CopyCommandWithMultiThread |
Abstract command to enable sub copy commands run with multi-thread.
|
class |
Count |
Count the number of directories, files, bytes, quota, and remaining quota.
|
class |
TouchCommands |
Unix touch like commands
|
static class |
TouchCommands.Touch |
A UNIX like touch command.
|
static class |
TouchCommands.Touchz |
(Re)create zero-length file at the specified path.
|
class |
Truncate |
Truncates a file to a new size
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Find |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.