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 "Hiroshi Ikeda (JIRA)" <ji...@apache.org> on 2014/01/27 11:12:37 UTC

[jira] [Created] (YARN-1656) Return type of YarnRPC.getProxy() should be the given protocol class instead of Object

Hiroshi Ikeda created YARN-1656:
-----------------------------------

             Summary: Return type of YarnRPC.getProxy() should be the given protocol class instead of Object
                 Key: YARN-1656
                 URL: https://issues.apache.org/jira/browse/YARN-1656
             Project: Hadoop YARN
          Issue Type: Improvement
    Affects Versions: 2.2.0
         Environment: Writing code with explicit cast such as:
{code}
((ApplicationClientProtocol) rpc.getProxy(ApplicationClientProtocol.class, rmAddress, appsManagerServerConf));
{code}
is tedious.

            Reporter: Hiroshi Ikeda
            Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.1.5#6160)