YARN-2596. TestWorkPreservingRMRestart fails with FairScheduler. (kasha)
This commit is contained in:
parent
9fa5a89be3
commit
39c87344e1
|
@ -439,6 +439,8 @@ Release 2.6.0 - UNRELEASED
|
|||
|
||||
YARN-2161. Fix build on macosx: YARN parts (Binglin Chang via aw)
|
||||
|
||||
YARN-2596. TestWorkPreservingRMRestart fails with FairScheduler. (kasha)
|
||||
|
||||
Release 2.5.1 - 2014-09-05
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -88,7 +88,7 @@ public class SchedulerApplicationAttempt {
|
|||
protected final Resource currentReservation = Resource.newInstance(0, 0);
|
||||
private Resource resourceLimit = Resource.newInstance(0, 0);
|
||||
protected Resource currentConsumption = Resource.newInstance(0, 0);
|
||||
private Resource amResource;
|
||||
private Resource amResource = Resources.none();
|
||||
private boolean unmanagedAM = true;
|
||||
private boolean amRunning = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue