YARN-4302. SLS not able start due to NPE in SchedulerApplicationAttempt. Contributed by Bibin A Chundatt.
This commit is contained in:
parent
bcb2386e39
commit
c28e16b40c
@ -932,7 +932,7 @@ public String moveApplication(ApplicationId appId, String newQueue)
|
|||||||
@LimitedPrivate("yarn")
|
@LimitedPrivate("yarn")
|
||||||
@Unstable
|
@Unstable
|
||||||
public Resource getClusterResource() {
|
public Resource getClusterResource() {
|
||||||
return null;
|
return super.getClusterResource();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -1025,6 +1025,9 @@ Release 2.8.0 - UNRELEASED
|
|||||||
YARN-3573. MiniMRYarnCluster constructor that starts the timeline server
|
YARN-3573. MiniMRYarnCluster constructor that starts the timeline server
|
||||||
using a boolean should be marked deprecated. (Brahma Reddy Battula via ozawa)
|
using a boolean should be marked deprecated. (Brahma Reddy Battula via ozawa)
|
||||||
|
|
||||||
|
YARN-4302. SLS not able start due to NPE in SchedulerApplicationAttempt
|
||||||
|
(Bibin A Chundatt via vvasudev)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user