public class Hadoop1Compiler extends AbstractHadoopCompiler implements HadoopCompiler
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
graph, jobstitanConfTESTING| Constructor and Description |
|---|
Hadoop1Compiler(HadoopGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMap(Class<? extends org.apache.hadoop.mapreduce.Mapper> mapper,
Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputKey,
Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputValue,
org.apache.hadoop.conf.Configuration configuration) |
void |
addMapReduce(Class<? extends org.apache.hadoop.mapreduce.Mapper> mapper,
Class<? extends org.apache.hadoop.mapreduce.Reducer> combiner,
Class<? extends org.apache.hadoop.mapreduce.Reducer> reducer,
Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputKey,
Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputValue,
Class<? extends org.apache.hadoop.io.WritableComparable> reduceOutputKey,
Class<? extends org.apache.hadoop.io.WritableComparable> reduceOutputValue,
org.apache.hadoop.conf.Configuration configuration) |
void |
addMapReduce(Class<? extends org.apache.hadoop.mapreduce.Mapper> mapper,
Class<? extends org.apache.hadoop.mapreduce.Reducer> combiner,
Class<? extends org.apache.hadoop.mapreduce.Reducer> reducer,
Class<? extends org.apache.hadoop.io.WritableComparator> comparator,
Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputKey,
Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputValue,
Class<? extends org.apache.hadoop.io.WritableComparable> reduceOutputKey,
Class<? extends org.apache.hadoop.io.WritableComparable> reduceOutputValue,
org.apache.hadoop.conf.Configuration configuration) |
void |
completeSequence() |
protected String |
getDefaultMapReduceJar() |
protected org.slf4j.Logger |
getLog() |
protected String |
getMapReduceJarConfigKey() |
composeJobs, runclearConfiguration, getTitanConf, setConfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomposeJobs, runpublic Hadoop1Compiler(HadoopGraph graph)
protected org.slf4j.Logger getLog()
getLog in class AbstractHadoopCompilerprotected String getMapReduceJarConfigKey()
getMapReduceJarConfigKey in class AbstractHadoopCompilerprotected String getDefaultMapReduceJar()
getDefaultMapReduceJar in class AbstractHadoopCompilerpublic void addMapReduce(Class<? extends org.apache.hadoop.mapreduce.Mapper> mapper, Class<? extends org.apache.hadoop.mapreduce.Reducer> combiner, Class<? extends org.apache.hadoop.mapreduce.Reducer> reducer, Class<? extends org.apache.hadoop.io.WritableComparator> comparator, Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputKey, Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputValue, Class<? extends org.apache.hadoop.io.WritableComparable> reduceOutputKey, Class<? extends org.apache.hadoop.io.WritableComparable> reduceOutputValue, org.apache.hadoop.conf.Configuration configuration)
addMapReduce in interface HadoopCompilerpublic void addMapReduce(Class<? extends org.apache.hadoop.mapreduce.Mapper> mapper, Class<? extends org.apache.hadoop.mapreduce.Reducer> combiner, Class<? extends org.apache.hadoop.mapreduce.Reducer> reducer, Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputKey, Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputValue, Class<? extends org.apache.hadoop.io.WritableComparable> reduceOutputKey, Class<? extends org.apache.hadoop.io.WritableComparable> reduceOutputValue, org.apache.hadoop.conf.Configuration configuration)
addMapReduce in interface HadoopCompilerpublic void addMap(Class<? extends org.apache.hadoop.mapreduce.Mapper> mapper, Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputKey, Class<? extends org.apache.hadoop.io.WritableComparable> mapOutputValue, org.apache.hadoop.conf.Configuration configuration)
addMap in interface HadoopCompilerpublic void completeSequence()
completeSequence in interface HadoopCompilerCopyright © 2012–2016. All rights reserved.