com.ebay.erl.mobius.core.mapred
Class ConfigurableJob

java.lang.Object
  extended by org.apache.hadoop.mapred.jobcontrol.Job
      extended by com.ebay.erl.mobius.core.mapred.ConfigurableJob

public class ConfigurableJob
extends org.apache.hadoop.mapred.jobcontrol.Job

Catching the total sort job submission, performing sampling before submit the total sort job.

This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0. This product contains portions derived from Apache hadoop which is licensed under the Apache License, Version 2.0, available at http://hadoop.apache.org. © 2007 – 2012 eBay Inc., Evan Chiu, Woody Zhou, Neel Sundaresan


Field Summary
 
Fields inherited from class org.apache.hadoop.mapred.jobcontrol.Job
DEPENDENT_FAILED, FAILED, READY, RUNNING, SUCCESS, WAITING
 
Constructor Summary
ConfigurableJob(org.apache.hadoop.mapred.JobConf jobConf)
           
 
Method Summary
protected  void submit()
           
 
Methods inherited from class org.apache.hadoop.mapred.jobcontrol.Job
addDependingJob, getAssignedJobID, getDependingJobs, getJobClient, getJobConf, getJobID, getJobName, getMapredJobID, getMessage, getState, isCompleted, isReady, setAssignedJobID, setJobConf, setJobID, setJobName, setMapredJobID, setMessage, setState, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurableJob

public ConfigurableJob(org.apache.hadoop.mapred.JobConf jobConf)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

submit

protected void submit()
Overrides:
submit in class org.apache.hadoop.mapred.jobcontrol.Job