You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Jakob Homan (Created) (JIRA)" <ji...@apache.org> on 2011/10/14 23:02:12 UTC

[jira] [Created] (GIRAPH-54) CommunicationsInterface shouldn't implement VersionedProtocol

CommunicationsInterface shouldn't implement VersionedProtocol
-------------------------------------------------------------

                 Key: GIRAPH-54
                 URL: https://issues.apache.org/jira/browse/GIRAPH-54
             Project: Giraph
          Issue Type: Improvement
            Reporter: Jakob Homan


Currently, CommunicationsInterface, the base interface for peer-peer communication implements as part of its definition Hadoop's VersionedProtocol, which is part of Hadoop's RPC stack.  Other RPC implementations need to implement CommunicationsInterface, but shouldn't need to implement an HRPC specific interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GIRAPH-54) CommunicationsInterface shouldn't implement VersionedProtocol

Posted by "Hyunsik Choi (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13134753#comment-13134753 ] 

Hyunsik Choi commented on GIRAPH-54:
------------------------------------

+1

CommunicationInterface is only used for peer-peer to communicate to each other while one giraph job is running. So, I think that we don't need to consider the compatibility of different Hadoop versions.
                
> CommunicationsInterface shouldn't implement VersionedProtocol
> -------------------------------------------------------------
>
>                 Key: GIRAPH-54
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-54
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Jakob Homan
>
> Currently, CommunicationsInterface, the base interface for peer-peer communication implements as part of its definition Hadoop's VersionedProtocol, which is part of Hadoop's RPC stack.  Other RPC implementations need to implement CommunicationsInterface, but shouldn't need to implement an HRPC specific interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (GIRAPH-54) CommunicationsInterface shouldn't implement VersionedProtocol

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe resolved GIRAPH-54.
-------------------------------

    Resolution: Invalid
    
> CommunicationsInterface shouldn't implement VersionedProtocol
> -------------------------------------------------------------
>
>                 Key: GIRAPH-54
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-54
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Jakob Homan
>
> Currently, CommunicationsInterface, the base interface for peer-peer communication implements as part of its definition Hadoop's VersionedProtocol, which is part of Hadoop's RPC stack.  Other RPC implementations need to implement CommunicationsInterface, but shouldn't need to implement an HRPC specific interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira