You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Gour Saha (JIRA)" <ji...@apache.org> on 2018/08/18 13:43:00 UTC

[jira] [Created] (YARN-8682) YARN Service throws NPE when explicit null instead of empty object {} is used

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: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org