public final class ConfigurationUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PAGE_FILE_COMPRESSION |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.mapred.JobConf |
configureCompression(org.apache.hadoop.conf.Configuration config,
HiveCompressionCodec compression) |
static org.apache.hadoop.conf.Configuration |
copy(org.apache.hadoop.conf.Configuration configuration) |
static void |
copy(org.apache.hadoop.conf.Configuration from,
org.apache.hadoop.conf.Configuration to) |
static org.apache.hadoop.conf.Configuration |
getInitialConfiguration() |
static org.apache.hadoop.mapred.JobConf |
toJobConf(org.apache.hadoop.conf.Configuration conf) |
public static final String PAGE_FILE_COMPRESSION
public static org.apache.hadoop.conf.Configuration getInitialConfiguration()
public static org.apache.hadoop.conf.Configuration copy(org.apache.hadoop.conf.Configuration configuration)
public static void copy(org.apache.hadoop.conf.Configuration from,
org.apache.hadoop.conf.Configuration to)
public static org.apache.hadoop.mapred.JobConf toJobConf(org.apache.hadoop.conf.Configuration conf)
public static org.apache.hadoop.mapred.JobConf configureCompression(org.apache.hadoop.conf.Configuration config,
HiveCompressionCodec compression)
Copyright © 2012–2023. All rights reserved.