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 "Karthik Kambatla (JIRA)" <ji...@apache.org> on 2014/01/25 22:32:44 UTC

[jira] [Commented] (YARN-1642) RMDTRenewer#getRMClient should use ClientRMProxy

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

Karthik Kambatla commented on YARN-1642:
----------------------------------------

When submitting Oozie map-reduce example to the StandbyRM, the launcher fails to start the MR action because of this. 

> RMDTRenewer#getRMClient should use ClientRMProxy
> ------------------------------------------------
>
>                 Key: YARN-1642
>                 URL: https://issues.apache.org/jira/browse/YARN-1642
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: resourcemanager
>    Affects Versions: 2.4.0
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>            Priority: Blocker
>
> RMDTRenewer#getRMClient gets a proxy to the RM in the conf directly instead of going through ClientRMProxy. 
> {code}
>       final YarnRPC rpc = YarnRPC.create(conf);
>       return (ApplicationClientProtocol)rpc.getProxy(ApplicationClientProtocol.class, addr, conf);
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)