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 @@ final public class ResourceSchedulerWrapper
|
|||
@LimitedPrivate("yarn")
|
||||
@Unstable
|
||||
public Resource getClusterResource() {
|
||||
return null;
|
||||
return super.getClusterResource();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1025,6 +1025,9 @@ Release 2.8.0 - UNRELEASED
|
|||
YARN-3573. MiniMRYarnCluster constructor that starts the timeline server
|
||||
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
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
Loading…
Reference in New Issue