Save This Page
Home » hadoop-0.14.4 » org.apache » hadoop » mapred » [javadoc | source]
org.apache.hadoop.mapred
class: LocalJobRunner [javadoc | source]
java.lang.Object
   org.apache.hadoop.mapred.LocalJobRunner

All Implemented Interfaces:
    JobSubmissionProtocol

Implements MapReduce locally, in-process, for debugging.
Field Summary
public static final  Log LOG     
Constructor:
 public LocalJobRunner(JobConf conf) throws IOException 
Method from org.apache.hadoop.mapred.LocalJobRunner Summary:
getClusterStatus,   getFilesystemName,   getJobCounters,   getJobProfile,   getJobStatus,   getMapTaskReports,   getNewJobId,   getProtocolVersion,   getReduceTaskReports,   getTaskCompletionEvents,   jobsToComplete,   killJob,   submitJob
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.hadoop.mapred.LocalJobRunner Detail:
 public ClusterStatus getClusterStatus() 
 public String getFilesystemName() throws IOException 
 public Counters getJobCounters(String id) 
 public JobProfile getJobProfile(String id) 
 public JobStatus getJobStatus(String id) 
 public TaskReport[] getMapTaskReports(String id) 
 public String getNewJobId() 
 public long getProtocolVersion(String protocol,
    long clientVersion) 
 public TaskReport[] getReduceTaskReports(String id) 
 public TaskCompletionEvent[] getTaskCompletionEvents(String jobid,
    int fromEventId,
    int maxEvents) throws IOException 
 public JobStatus[] jobsToComplete() 
 public  void killJob(String id) 
 public JobStatus submitJob(String jobid) throws IOException