This project has retired. For details please refer to its Attic page.
CrunchJob (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.impl.mr.exec
Class CrunchJob

java.lang.Object
  extended by org.apache.crunch.hadoop.mapreduce.lib.jobcontrol.CrunchControlledJob
      extended by org.apache.crunch.impl.mr.exec.CrunchJob

public class CrunchJob
extends CrunchControlledJob


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.crunch.hadoop.mapreduce.lib.jobcontrol.CrunchControlledJob
CrunchControlledJob.State
 
Field Summary
 
Fields inherited from class org.apache.crunch.hadoop.mapreduce.lib.jobcontrol.CrunchControlledJob
CREATE_DIR
 
Constructor Summary
CrunchJob(org.apache.hadoop.mapreduce.Job job, org.apache.hadoop.fs.Path workingPath, MSCROutputHandler handler)
           
 
Method Summary
 
Methods inherited from class org.apache.crunch.hadoop.mapreduce.lib.jobcontrol.CrunchControlledJob
addDependingJob, getDependentJobs, getJob, getJobID, getJobName, getJobState, getMapredJobID, getMessage, isCompleted, isReady, killJob, setJob, setJobID, setJobName, setMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CrunchJob

public CrunchJob(org.apache.hadoop.mapreduce.Job job,
                 org.apache.hadoop.fs.Path workingPath,
                 MSCROutputHandler handler)
          throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.