[ 
https://issues.apache.org/jira/browse/YARN-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15255722#comment-15255722
 ] 

Bibin A Chundatt commented on YARN-4478:
----------------------------------------

IIUC {{new Configuration()}} is loading from classpath {{core-site.xml}} with 
{{HADOOP_SECURITY_TOKEN_SERVICE_USE_IP}} value as {{false}}
{code}
  public static final String HADOOP_SECURITY_TOKEN_SERVICE_USE_IP =
      "hadoop.security.token.service.use_ip";
{code}
Since the value is loaded as false for hostname resolution 
{{QualifiedHostResolver}} is used which is causing probelm
default value of {{hadoop.security.token.service.use_ip}} is true which should 
have used {{StandardHostResolver}}. To check the same for yarn-client project 
fix have uploaded patch in YARN-4982.

> [Umbrella] : Track all the Test failures in YARN
> ------------------------------------------------
>
>                 Key: YARN-4478
>                 URL: https://issues.apache.org/jira/browse/YARN-4478
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: yarn
>            Reporter: Rohith Sharma K S
>
> Recently many test cases are failing either timed out or new bug fix caused 
> impact. Many test faiures JIRA are raised and are in progress.
> This is to track all the test failures JIRA's



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

Reply via email to