public abstract class AbstractHadoopCompiler extends HybridConfigured implements HadoopCompiler
| Modifier and Type | Field and Description |
|---|---|
protected HadoopGraph |
graph |
protected List<org.apache.hadoop.mapreduce.Job> |
jobs |
titanConfTESTING| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHadoopCompiler(HadoopGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
composeJobs() |
protected abstract String |
getDefaultMapReduceJar() |
protected abstract org.slf4j.Logger |
getLog() |
protected abstract String |
getMapReduceJarConfigKey() |
int |
run(String[] args) |
clearConfiguration, getTitanConf, setConfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddMap, addMapReduce, addMapReduce, completeSequenceprotected final HadoopGraph graph
protected final List<org.apache.hadoop.mapreduce.Job> jobs
protected AbstractHadoopCompiler(HadoopGraph graph)
protected abstract org.slf4j.Logger getLog()
protected abstract String getMapReduceJarConfigKey()
protected abstract String getDefaultMapReduceJar()
public void composeJobs()
throws IOException
composeJobs in interface HadoopCompilerIOExceptionpublic int run(String[] args) throws Exception
run in interface HadoopCompilerrun in interface org.apache.hadoop.util.ToolExceptionCopyright © 2012–2016. All rights reserved.