org.apache.hadoop.yarn.client.RMProxy.createRMProxy(Configuration, Class, InetSocketAddress)
This method is deprecated and is not used by YARN internally any more.
To create a proxy to the RM, use ClientRMProxy#createRMProxy or
ServerRMProxy#createRMProxy.
Create a proxy to the ResourceManager at the specified address.
|