public class GilaRunner
extends java.lang.Object
implements org.apache.hadoop.util.Tool
| Constructor and Description |
|---|
GilaRunner() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
static void |
main(java.lang.String[] args)
Execute GiraphRunner.
|
int |
run(java.lang.String[] args)
Drives a job run configured for "Giraph on Hadoop MR cluster"
|
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
public org.apache.hadoop.conf.Configuration getConf()
getConf in interface org.apache.hadoop.conf.Configurablepublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - Typically command line arguments.java.lang.Exception - Any exceptions thrown.public int run(java.lang.String[] args)
throws java.lang.Exception
run in interface org.apache.hadoop.util.Toolargs - the command line argumentsjava.lang.Exceptionpublic void setConf(org.apache.hadoop.conf.Configuration conf)
setConf in interface org.apache.hadoop.conf.Configurable