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:40 UTC

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

Karthik Kambatla created YARN-1642:
--------------------------------------

             Summary: 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)