Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.3.0
-
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);