Class JobUtils
java.lang.Object
com.linkedin.venice.hadoop.mapreduce.common.JobUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.mapred.RunningJob
runJobWithConfig
(org.apache.hadoop.mapred.JobConf jobConf, JobClientWrapper jobClientWrapper) static void
setupCommonJobConf
(VeniceProperties props, org.apache.hadoop.mapred.JobConf conf, String jobName, PushJobSetting pushJobSetting) Common configuration for all the Mapreduce Jobs run as part of VPJ
-
Method Details
-
setupCommonJobConf
public static void setupCommonJobConf(VeniceProperties props, org.apache.hadoop.mapred.JobConf conf, String jobName, PushJobSetting pushJobSetting) Common configuration for all the Mapreduce Jobs run as part of VPJ- Parameters:
conf
-jobName
-
-
runJobWithConfig
public static org.apache.hadoop.mapred.RunningJob runJobWithConfig(org.apache.hadoop.mapred.JobConf jobConf, JobClientWrapper jobClientWrapper) throws IOException - Throws:
IOException
-