Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-149 [Umbrella] ResourceManager (RM) Fail-over
  3. YARN-1642

RMDTRenewer#getRMClient should use ClientRMProxy

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 2.3.0
    • 2.3.0
    • resourcemanager
    • None
    • Reviewed

    Description

      RMDTRenewer#getRMClient gets a proxy to the RM in the conf directly instead of going through ClientRMProxy.

            final YarnRPC rpc = YarnRPC.create(conf);
            return (ApplicationClientProtocol)rpc.getProxy(ApplicationClientProtocol.class, addr, conf);
      

      Attachments

        1. yarn-1642-1.patch
          2 kB
          Karthik Kambatla

        Activity

          People

            kasha Karthik Kambatla
            kasha Karthik Kambatla
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: