YARN-8357. Fixed NPE when YARN service is saved and not deployed.
Contributed by Chandni Singh (cherry picked from commit d9852eb5897a25323ab0302c2c0decb61d310e5e)
This commit is contained in:
parent
514c05abd0
commit
f49e697cc8
@ -1198,6 +1198,7 @@ public Service getStatus(String serviceName)
|
|||||||
ServiceApiUtil.validateNameFormat(serviceName, getConfig());
|
ServiceApiUtil.validateNameFormat(serviceName, getConfig());
|
||||||
Service appSpec = new Service();
|
Service appSpec = new Service();
|
||||||
appSpec.setName(serviceName);
|
appSpec.setName(serviceName);
|
||||||
|
appSpec.setState(ServiceState.STOPPED);
|
||||||
ApplicationId currentAppId = getAppId(serviceName);
|
ApplicationId currentAppId = getAppId(serviceName);
|
||||||
if (currentAppId == null) {
|
if (currentAppId == null) {
|
||||||
LOG.info("Service {} does not have an application ID", serviceName);
|
LOG.info("Service {} does not have an application ID", serviceName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user