- TEZ_GROUPING_RACK_SPLIT_SIZE_REDUCTION - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
- 
This factor is used to decrease the per group desired (length and count) limits for groups
 created by combining splits within a rack.
 
- TEZ_GROUPING_RACK_SPLIT_SIZE_REDUCTION_DEFAULT - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
-  
 
- TEZ_GROUPING_REPEATABLE - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
- 
Repeated invocations of grouping on the same splits with the same parameters will produce the 
 same groups.
 
- TEZ_GROUPING_REPEATABLE_DEFAULT - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
-  
 
- TEZ_GROUPING_SPLIT_BY_COUNT - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
- 
Limit the number of splits in a group by the number of splits in the group
 
- TEZ_GROUPING_SPLIT_BY_COUNT_DEFAULT - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
-  
 
- TEZ_GROUPING_SPLIT_BY_LENGTH - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
- 
Limit the number of splits in a group by the total length of the splits in the group
 
- TEZ_GROUPING_SPLIT_BY_LENGTH_DEFAULT - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
-  
 
- TEZ_GROUPING_SPLIT_COUNT - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
- 
Specify the number of splits desired to be created
 
- TEZ_GROUPING_SPLIT_MAX_SIZE - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
- 
Upper bound on the size (in bytes) of a grouped split, to avoid generating excessively large splits.
 
- TEZ_GROUPING_SPLIT_MAX_SIZE_DEFAULT - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
-  
 
- TEZ_GROUPING_SPLIT_MIN_SIZE - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
- 
Lower bound on the size (in bytes) of a grouped split, to avoid generating too many small splits.
 
- TEZ_GROUPING_SPLIT_MIN_SIZE_DEFAULT - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
-  
 
- TEZ_GROUPING_SPLIT_WAVES - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
- 
The multiplier for available queue capacity when determining number of
 tasks for a Vertex.
 
- TEZ_GROUPING_SPLIT_WAVES_DEFAULT - Static variable in class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
-  
 
- TezGroupedSplit - Class in org.apache.hadoop.mapred.split
 
- 
Implements an InputSplit that provides a generic wrapper around 
 a group of real InputSplits
 
- TezGroupedSplit() - Constructor for class org.apache.hadoop.mapred.split.TezGroupedSplit
 
-  
 
- TezGroupedSplit(int, String, String[], String) - Constructor for class org.apache.hadoop.mapred.split.TezGroupedSplit
 
-  
 
- TezGroupedSplit(int, String, String[]) - Constructor for class org.apache.hadoop.mapred.split.TezGroupedSplit
 
-  
 
- TezGroupedSplit - Class in org.apache.hadoop.mapreduce.split
 
- 
A Mapreduce InputSplit that provides a generic wrapper
 around a set of real InputSplits.
 
- TezGroupedSplit() - Constructor for class org.apache.hadoop.mapreduce.split.TezGroupedSplit
 
-  
 
- TezGroupedSplit(int, String, String[], String) - Constructor for class org.apache.hadoop.mapreduce.split.TezGroupedSplit
 
-  
 
- TezGroupedSplit(int, String, String[]) - Constructor for class org.apache.hadoop.mapreduce.split.TezGroupedSplit
 
-  
 
- TezGroupedSplitsInputFormat<K,V> - Class in org.apache.hadoop.mapred.split
 
- 
An InputFormat that provides a generic grouping around the splits
 of a real InputFormat
 
- TezGroupedSplitsInputFormat() - Constructor for class org.apache.hadoop.mapred.split.TezGroupedSplitsInputFormat
 
-  
 
- TezGroupedSplitsInputFormat<K,V> - Class in org.apache.hadoop.mapreduce.split
 
- 
An InputFormat that provides a generic grouping around
 the splits of a real InputFormat
 
- TezGroupedSplitsInputFormat() - Constructor for class org.apache.hadoop.mapreduce.split.TezGroupedSplitsInputFormat
 
-  
 
- TezMapredSplitsGrouper - Class in org.apache.hadoop.mapred.split
 
- 
A Helper that provides grouping logic to group InputSplits
 using various parameters.
 
- TezMapredSplitsGrouper() - Constructor for class org.apache.hadoop.mapred.split.TezMapredSplitsGrouper
 
-  
 
- TezMapReduceSplitsGrouper - Class in org.apache.hadoop.mapreduce.split
 
- 
Helper that provides a grouping of input splits based 
 on multiple parameters.
 
- TezMapReduceSplitsGrouper() - Constructor for class org.apache.hadoop.mapreduce.split.TezMapReduceSplitsGrouper
 
-  
 
- toString() - Method in class org.apache.hadoop.mapred.split.TezGroupedSplit
 
-  
 
- toString() - Method in class org.apache.hadoop.mapreduce.split.TezGroupedSplit
 
-  
 
- translateMRConfToTez(Configuration) - Static method in class org.apache.tez.mapreduce.hadoop.MRHelpers
 
- 
Translate MapReduce configuration keys to the equivalent Tez keys in the provided
 configuration.
 
- translateMRConfToTez(Configuration, boolean) - Static method in class org.apache.tez.mapreduce.hadoop.MRHelpers
 
- 
Translate MapReduce configuration keys to the equivalent Tez keys in the provided
 configuration.