Uses of Interface
org.apache.nutch.mapReduce.RunningJob

Packages that use RunningJob
org.apache.nutch.mapReduce A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Uses of RunningJob in org.apache.nutch.mapReduce
 

Methods in org.apache.nutch.mapReduce that return RunningJob
 RunningJob JobClient.submitJob(String jobFile)
          Submit a job to the MR system
 RunningJob JobClient.submitJob(JobConf job)
          Submit a job to the MR system
 RunningJob JobClient.getJob(String jobid)
          Get an RunningJob object to track an ongoing job.
 



Copyright © 2006 The Apache Software Foundation