[
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)