Gour Saha created YARN-8682:
-------------------------------
Summary: YARN Service throws NPE when explicit null instead of
empty object {} is used
Key: YARN-8682
URL: https://issues.apache.org/jira/browse/YARN-8682
Project: Hadoop YARN
Issue Type: Bug
Components: yarn-native-services
Affects Versions: 3.0.1
Reporter: Gour Saha
YARN Service should not throw NPE for a config like this -
{code}
.
.
"configuration": {
"env": {
"HADOOP_CONF_DIR": "/hadoop-conf",
"USER": "testuser",
"YARN_CONTAINER_RUNTIME_DOCKER_MOUNTS":
"/sys/fs/cgroup:/sys/fs/cgroup:ro",
"YARN_CONTAINER_RUNTIME_DOCKER_RUN_OVERRIDE_DISABLE": "true"
},
"files": null
}
.
.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]