| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tool | |
|---|---|
| org.apache.hadoop.fs.s3 | A distributed, block-based implementation of FileSystemthat uses Amazon S3
as a backing store. | 
| org.apache.hadoop.mapred | |
| org.apache.hadoop.mapred.pipes | |
| org.apache.hadoop.mapreduce.lib.partition | |
| org.apache.hadoop.mapreduce.tools | |
| org.apache.hadoop.util | Common utilities. | 
| org.apache.hadoop.yarn.client.cli | |
| Uses of Tool in org.apache.hadoop.fs.s3 | 
|---|
| Classes in org.apache.hadoop.fs.s3 that implement Tool | |
|---|---|
|  class | MigrationToolThis 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.mapred | 
|---|
| Classes in org.apache.hadoop.mapred that implement Tool | |
|---|---|
|  class | JobClientJobClientis the primary interface for the user-job to interact
 with the cluster. | 
| Uses of Tool in org.apache.hadoop.mapred.pipes | 
|---|
| Classes in org.apache.hadoop.mapred.pipes that implement Tool | |
|---|---|
|  class | SubmitterThe main entry point and job submitter. | 
| Uses of Tool in org.apache.hadoop.mapreduce.lib.partition | 
|---|
| Classes in org.apache.hadoop.mapreduce.lib.partition that implement Tool | |
|---|---|
|  class | InputSampler<K,V>Utility for collecting samples and writing a partition file for TotalOrderPartitioner. | 
| Uses of Tool in org.apache.hadoop.mapreduce.tools | 
|---|
| Classes in org.apache.hadoop.mapreduce.tools that implement Tool | |
|---|---|
|  class | CLIInterprets the map reduce cli options | 
| 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 Toolbyrun(String[]), after 
 parsing with the given generic arguments. | 
| static int | ToolRunner.run(Tool tool,
       String[] args)Runs the Toolwith itsConfiguration. | 
| Uses of Tool in org.apache.hadoop.yarn.client.cli | 
|---|
| Classes in org.apache.hadoop.yarn.client.cli that implement Tool | |
|---|---|
|  class | LogsCLI | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||