YARN-713. Fixing missing update on branch-2 and branch-2.4.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1570032 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vinod Kumar Vavilapalli 2014-02-20 01:26:37 +00:00
parent bc56aae9dc
commit cb4541446a
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ import org.apache.hadoop.yarn.api.records.ResourceRequest;
public class Allocation {
private final RecordFactory recordFactory =
RecordFactoryProvider.getRecordFactory(null);
final List<Container> containers;
final Resource resourceLimit;
final Set<ContainerId> strictContainers;