[
https://issues.apache.org/jira/browse/GIRAPH-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400480#comment-13400480
]
Alessandro Presta commented on GIRAPH-200:
------------------------------------------
Any pointers on how to run the tests in cluster mode?
Re naming:
You mean stick to RPC? If the generic term is IPC, then maybe we should switch
to that.
As far as I know there is no common interface for IPC. There are
WorkerClient/Server interfaces whose implementations use either Netty or Hadoop
RPC.
BspServiceWorker explicitly chooses Netty or Hadoop RPC based on a boolean flag
(after this patch, it will use Netty straight away).
We might need to introduce a common interface if we want to abstract the IPC
implementation.
> remove hadoop RPC and keep just netty
> -------------------------------------
>
> Key: GIRAPH-200
> URL: https://issues.apache.org/jira/browse/GIRAPH-200
> Project: Giraph
> Issue Type: Improvement
> Affects Versions: 0.2.0
> Reporter: Claudio Martella
> Assignee: Alessandro Presta
> Fix For: 0.2.0
>
> Attachments: Remove_Hadoop_RPC_and_keep_just_Netty.patch
>
>
> Given the netty communication behaves faster than rpc, we should just keep
> netty-based and drop the older one.
--
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