public class JobConfUtils extends Object
JobConf
.Constructor and Description |
---|
JobConfUtils() |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.mapred.JobConf |
createJobConfWithCredentials(org.apache.hadoop.conf.Configuration configuration) |
static String |
getDefaultPartitionName(org.apache.hadoop.mapred.JobConf jobConf)
Gets the
HiveConf.ConfVars#DEFAULTPARTITIONNAME value from the JobConf . |
static String |
getDefaultPartitionName(JobConfWrapper confWrapper)
Gets the
HiveConf.ConfVars#DEFAULTPARTITIONNAME value from the JobConfWrapper . |
public static String getDefaultPartitionName(JobConfWrapper confWrapper)
HiveConf.ConfVars#DEFAULTPARTITIONNAME
value from the JobConfWrapper
.public static String getDefaultPartitionName(org.apache.hadoop.mapred.JobConf jobConf)
HiveConf.ConfVars#DEFAULTPARTITIONNAME
value from the JobConf
.public static org.apache.hadoop.mapred.JobConf createJobConfWithCredentials(org.apache.hadoop.conf.Configuration configuration)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.