@InterfaceAudience.Private public class MRToTezHelper extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static TezConfiguration |
getDAGAMConfFromMRConf(org.apache.hadoop.conf.Configuration tezConf) |
static void |
processMRSettings(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.conf.Configuration mrConf)
Process the mapreduce configuration settings and
- copy as is the still required ones (like those used by FileInputFormat/FileOutputFormat)
- convert and set equivalent tez runtime settings
- handle compression related settings
|
public static TezConfiguration getDAGAMConfFromMRConf(org.apache.hadoop.conf.Configuration tezConf)
public static void processMRSettings(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.conf.Configuration mrConf)
conf
- Configuration on which the mapreduce settings will have to be transferredmrConf
- Configuration that contains mapreduce settingsCopyright © 2007-2012 The Apache Software Foundation