|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.crunch.impl.mr.plan.JobPrototype
public class JobPrototype
| Method Summary | |
|---|---|
void |
addDependency(JobPrototype dependency)
|
void |
addReducePaths(com.google.common.collect.HashMultimap<Target,org.apache.crunch.impl.mr.plan.NodePath> outputPaths)
|
static JobPrototype |
createMapOnlyJob(com.google.common.collect.HashMultimap<Target,org.apache.crunch.impl.mr.plan.NodePath> mapNodePaths,
org.apache.hadoop.fs.Path workingPath)
|
static JobPrototype |
createMapReduceJob(PGroupedTableImpl<?,?> group,
Set<org.apache.crunch.impl.mr.plan.NodePath> inputs,
org.apache.hadoop.fs.Path workingPath)
|
CrunchJob |
getCrunchJob(Class<?> jarClass,
org.apache.hadoop.conf.Configuration conf,
Pipeline pipeline)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JobPrototype createMapReduceJob(PGroupedTableImpl<?,?> group,
Set<org.apache.crunch.impl.mr.plan.NodePath> inputs,
org.apache.hadoop.fs.Path workingPath)
public static JobPrototype createMapOnlyJob(com.google.common.collect.HashMultimap<Target,org.apache.crunch.impl.mr.plan.NodePath> mapNodePaths,
org.apache.hadoop.fs.Path workingPath)
public void addReducePaths(com.google.common.collect.HashMultimap<Target,org.apache.crunch.impl.mr.plan.NodePath> outputPaths)
public void addDependency(JobPrototype dependency)
public CrunchJob getCrunchJob(Class<?> jarClass,
org.apache.hadoop.conf.Configuration conf,
Pipeline pipeline)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||