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 "Li Lu (JIRA)" <ji...@apache.org> on 2017/02/01 22:13:52 UTC

[jira] [Commented] (YARN-6137) Yarn client implicitly invoke ATS client which accesses HDFS

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

Li Lu commented on YARN-6137:
-----------------------------

This appears to be an ATS v1.5 only issue, but a bigger question is, why do we need a timeline client within YarnClientImpl? To me the only thing needed is to renew delegation token. If this reference is inevitable, can we avoid creating the client at service start of yarn client impl? We can lazily create the client only when we need to renew the token? 

> Yarn client implicitly invoke ATS client which accesses HDFS
> ------------------------------------------------------------
>
>                 Key: YARN-6137
>                 URL: https://issues.apache.org/jira/browse/YARN-6137
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Yesha Vora
>            Assignee: Li Lu
>
> Yarn is implicitly trying to invoke ATS Client even though client does not need it. and ATSClient code is trying to access hdfs. Due to that service is hitting GSS exception. 
> Yarnclient is implicitly creating ats client that tries to access Hdfs.
> All servers that use yarnclient cannot be expected to change to accommodate this behavior.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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