You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Rohith Sharma K S (JIRA)" <ji...@apache.org> on 2016/06/07 13:19:21 UTC

[jira] [Created] (YARN-5208) Run all tests with security.token.service.use_ip enabled

Rohith Sharma K S created YARN-5208:
---------------------------------------

             Summary: Run all tests with security.token.service.use_ip enabled
                 Key: YARN-5208
                 URL: https://issues.apache.org/jira/browse/YARN-5208
             Project: Hadoop YARN
          Issue Type: Test
          Components: test
            Reporter: Rohith Sharma K S
            Assignee: Rohith Sharma K S
            Priority: Blocker


All YARN test cases are running with *hadoop.security.token.service.use_ip* disabled. As a result few tests cases are consistently failing because of unable to resolve hostname(see HADOOP-12687 YARN-4306 YARN-4318)

I would suggest to run tests with *hadoop.security.token.service.use_ip* enabled by default. And for the HA test cases which require mandatory disabling , change test cases as required by setting 
{code}
conf.setBoolean(
        CommonConfigurationKeys.HADOOP_SECURITY_TOKEN_SERVICE_USE_IP, false);
    SecurityUtil.setConfiguration(conf);
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org