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:54:37 UTC

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

     [ https://issues.apache.org/jira/browse/YARN-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karthik Kambatla updated YARN-1642:
-----------------------------------

    Attachment: yarn-1642-1.patch

Straight-forward patch to use ClientRMProxy. 

On a secure cluster, verified the Oozie launcher was able to launch the MR actions. 

> 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
>         Attachments: yarn-1642-1.patch
>
>
> 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)