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