List of usage examples for org.apache.hadoop.mapreduce Job subclass-usage
From source file org.bgi.flexlab.gaea.framework.tools.mapreduce.BioJob.java
public class BioJob extends Job { @SuppressWarnings("deprecation") private BioJob(Configuration conf) throws IOException { super(conf); }
From source file org.huahinframework.core.SimpleJob.java
/** * This class is wrapping the {@link Job} class. */ public class SimpleJob extends Job { public static final String LABELS = "LABELS"; public static final String SEPARATOR = "SEPARATOR";
From source file util.AccumuloJob.java
/** Slightly enhanced Job for running Mapreduce Jobs that use Accumulo */ public class AccumuloJob extends Job { private static AccumuloOpts opts; public AccumuloJob(Configuration conf, String jobName) throws IOException {