MAPREDUCE-5759. Remove unnecessary conf load in Limits (Sandy Ryza)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1583497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sanford Ryza 2014-04-01 00:16:45 +00:00
parent 7bd62b8da0
commit d28be56239
2 changed files with 2 additions and 2 deletions

View File

@ -167,6 +167,8 @@ Release 2.5.0 - UNRELEASED
BUG FIXES
MAPREDUCE-5759. Remove unnecessary conf load in Limits (Sandy Ryza)
Release 2.4.1 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -27,8 +27,6 @@
@InterfaceAudience.Private
public class Limits {
static final Configuration conf = new JobConf();
private int totalCounters;
private LimitExceededException firstViolation;