Uses of Class
org.apache.hadoop.mapreduce.Cluster

Packages that use Cluster
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.tools   
 

Uses of Cluster in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return Cluster
 Cluster JobClient.getClusterHandle()
          Get a handle to the Cluster
 

Uses of Cluster in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return Cluster
 Cluster Job.getCluster()
           
 

Methods in org.apache.hadoop.mapreduce with parameters of type Cluster
static Job Job.getInstance(Cluster ignored)
          Deprecated. Use Job.getInstance()
static Job Job.getInstance(Cluster ignored, Configuration conf)
          Deprecated. Use Job.getInstance(Configuration)
static Job Job.getInstance(Cluster cluster, JobStatus status, Configuration conf)
          Creates a new Job with no particular Cluster and given Configuration and JobStatus.
 

Uses of Cluster in org.apache.hadoop.mapreduce.tools
 

Fields in org.apache.hadoop.mapreduce.tools declared as Cluster
protected  Cluster CLI.cluster
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.