|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.duracloud.services.hadoop.base.JobBuilder
org.duracloud.services.hadoop.replication.RepJobBuilder
org.duracloud.services.hadoop.replication.retry.RetryRepJobBuilder
public class RetryRepJobBuilder
| Constructor Summary | |
|---|---|
RetryRepJobBuilder(Map<String,String> params)
Constructs a Replication Job builder |
|
| Method Summary | |
|---|---|
protected Class |
getInputFormat()
Retrieves the input format which will be used to determine the input to the mapper functions. |
org.apache.hadoop.mapred.JobConf |
getJobConf()
Constructs the JobConf to be used to run the map reduce job. |
protected String |
getJobName()
Retrieves the name of the hadoop job. |
protected Class |
getMapper()
Retrieves the mapper class which will be used for perform the hadoop mapping tasks. |
| Methods inherited from class org.duracloud.services.hadoop.replication.RepJobBuilder |
|---|
getOutputFormat |
| Methods inherited from class org.duracloud.services.hadoop.base.JobBuilder |
|---|
getReducer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RetryRepJobBuilder(Map<String,String> params)
params - configuration for the job| Method Detail |
|---|
public org.apache.hadoop.mapred.JobConf getJobConf()
throws IOException,
ParseException
getJobConf in class JobBuilderIOException
ParseExceptionprotected String getJobName()
getJobName in class RepJobBuilderprotected Class getMapper()
getMapper in class RepJobBuilderprotected Class getInputFormat()
getInputFormat in class JobBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||