Uses of Interface
org.apache.hadoop.util.Tool

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.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 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.mapred
 

Classes in org.apache.hadoop.mapred that implement Tool
 class JobClient
          JobClient is 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 Submitter
          The 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 CLI
          Interprets 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 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.
 

Uses of Tool in org.apache.hadoop.yarn.client.cli
 

Classes in org.apache.hadoop.yarn.client.cli that implement Tool
 class LogsCLI
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.