public class TezConfigurationFactory extends Object
| Constructor and Description |
|---|
TezConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addProgrammaticallyAddedTezOptsToDagConf(Map<String,String> dagConf,
org.apache.hadoop.mapred.JobConf srcConf) |
static org.apache.hadoop.conf.Configuration |
copyInto(org.apache.hadoop.conf.Configuration target,
org.apache.hadoop.conf.Configuration src,
Predicate<String> sourceFilter) |
static org.apache.hadoop.mapred.JobConf |
wrapWithJobConf(org.apache.hadoop.conf.Configuration conf,
Predicate<String> sourceFilter) |
public static org.apache.hadoop.conf.Configuration copyInto(org.apache.hadoop.conf.Configuration target,
org.apache.hadoop.conf.Configuration src,
Predicate<String> sourceFilter)
public static org.apache.hadoop.mapred.JobConf wrapWithJobConf(org.apache.hadoop.conf.Configuration conf,
Predicate<String> sourceFilter)
Copyright © 2024 The Apache Software Foundation. All rights reserved.