MAPREDUCE-5759. Remove unnecessary conf load in Limits (Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1583498 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
06d62b1982
commit
96106ff46e
|
@ -28,6 +28,8 @@ Release 2.5.0 - UNRELEASED
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
|
MAPREDUCE-5759. Remove unnecessary conf load in Limits (Sandy Ryza)
|
||||||
|
|
||||||
Release 2.4.1 - UNRELEASED
|
Release 2.4.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -27,8 +27,6 @@ import static org.apache.hadoop.mapreduce.MRJobConfig.*;
|
||||||
@InterfaceAudience.Private
|
@InterfaceAudience.Private
|
||||||
public class Limits {
|
public class Limits {
|
||||||
|
|
||||||
static final Configuration conf = new JobConf();
|
|
||||||
|
|
||||||
private int totalCounters;
|
private int totalCounters;
|
||||||
private LimitExceededException firstViolation;
|
private LimitExceededException firstViolation;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue