|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.conf.Configured org.apache.avro.mapred.tether.TetherJob
public class TetherJob
Constructs and submits tether jobs. This may be used as an API-based method to launch tether jobs.
Constructor Summary | |
---|---|
TetherJob()
|
Method Summary | |
---|---|
static URI |
getExecutable(JobConf job)
Get the URI of the application's executable. |
static RunningJob |
runJob(JobConf job)
Submit a job to the map/reduce cluster. |
static void |
setExecutable(JobConf job,
URI executable)
Set the URI for the application's executable. |
static RunningJob |
submitJob(JobConf conf)
Submit a job to the Map-Reduce framework. |
Methods inherited from class org.apache.hadoop.conf.Configured |
---|
getConf, setConf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TetherJob()
Method Detail |
---|
public static URI getExecutable(JobConf job)
public static void setExecutable(JobConf job, URI executable)
public static RunningJob runJob(JobConf job) throws IOException
IOException
public static RunningJob submitJob(JobConf conf) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |