Class DefaultJobClientWrapper
- java.lang.Object
-
- com.linkedin.venice.hadoop.mapreduce.engine.DefaultJobClientWrapper
-
- All Implemented Interfaces:
JobClientWrapper
public class DefaultJobClientWrapper extends java.lang.Object implements JobClientWrapper
-
-
Constructor Summary
Constructors Constructor Description DefaultJobClientWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hadoop.mapred.RunningJob
runJobWithConfig(org.apache.hadoop.mapred.JobConf jobConf)
-
-
-
Method Detail
-
runJobWithConfig
public org.apache.hadoop.mapred.RunningJob runJobWithConfig(org.apache.hadoop.mapred.JobConf jobConf) throws java.io.IOException
- Specified by:
runJobWithConfig
in interfaceJobClientWrapper
- Throws:
java.io.IOException
-
-