|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tool | |
|---|---|
| org.apache.hadoop.fs.s3 | A distributed, block-based implementation of FileSystem that uses Amazon S3
as a backing store. |
| org.apache.hadoop.tools | |
| org.apache.hadoop.util | Common utilities. |
| Uses of Tool in org.apache.hadoop.fs.s3 |
|---|
| Classes in org.apache.hadoop.fs.s3 that implement Tool | |
|---|---|
class |
MigrationTool
This class is a tool for migrating data from an older to a newer version of an S3 filesystem. |
| Uses of Tool in org.apache.hadoop.tools |
|---|
| Classes in org.apache.hadoop.tools that implement Tool | |
|---|---|
class |
GetGroupsBase
Base class for the HDFS and MR implementations of tools which fetch and display the groups that users belong to. |
| Uses of Tool in org.apache.hadoop.util |
|---|
| Methods in org.apache.hadoop.util with parameters of type Tool | |
|---|---|
static int |
ToolRunner.run(Configuration conf,
Tool tool,
String[] args)
Runs the given Tool by run(String[]), after
parsing with the given generic arguments. |
static int |
ToolRunner.run(Tool tool,
String[] args)
Runs the Tool with its Configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||