Package | Description |
---|---|
org.apache.hadoop.conf |
Configuration of system parameters.
|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.lib.map | |
org.apache.hadoop.mapreduce.lib.reduce | |
org.apache.hadoop.mapreduce.task |
Modifier and Type | Method and Description |
---|---|
Configuration.IntegerRanges |
Configuration.getRange(String name,
String defaultValue)
Parse the given attribute as a set of integer ranges
|
Modifier and Type | Method and Description |
---|---|
Configuration.IntegerRanges |
JobConf.getProfileTaskRange(boolean isMap)
Get the range of maps or reduces to profile.
|
Modifier and Type | Method and Description |
---|---|
Configuration.IntegerRanges |
JobContext.getProfileTaskRange(boolean isMap)
Get the range of maps or reduces to profile.
|
Modifier and Type | Method and Description |
---|---|
Configuration.IntegerRanges |
WrappedMapper.Context.getProfileTaskRange(boolean isMap) |
Modifier and Type | Method and Description |
---|---|
Configuration.IntegerRanges |
WrappedReducer.Context.getProfileTaskRange(boolean isMap) |
Modifier and Type | Method and Description |
---|---|
Configuration.IntegerRanges |
JobContextImpl.getProfileTaskRange(boolean isMap)
Get the range of maps or reduces to profile.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.