Return-Path: X-Original-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05016964F for ; Wed, 8 Feb 2012 12:24:24 +0000 (UTC) Received: (qmail 99700 invoked by uid 500); 8 Feb 2012 12:24:24 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 99609 invoked by uid 500); 8 Feb 2012 12:24:23 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 99601 invoked by uid 99); 8 Feb 2012 12:24:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2012 12:24:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2012 12:24:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0FD651AA045 for ; Wed, 8 Feb 2012 12:24:00 +0000 (UTC) Date: Wed, 8 Feb 2012 12:24:00 +0000 (UTC) From: "Edward J. Yoon (Commented) (JIRA)" To: hama-dev@incubator.apache.org Message-ID: <1125082034.14367.1328703840066.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1761111276.1603.1328168754375.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HAMA-501) Add Avro RPC MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HAMA-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203509#comment-13203509 ] Edward J. Yoon commented on HAMA-501: ------------------------------------- Avro seems very faster than Hadoop RPC especially when the number of message exchanges is big. Here's quick comparison: {code} 12/02/08 21:17:47 INFO bsp.BSPJobClient: Current supersteps number: 99 12/02/08 21:17:50 INFO bsp.BSPJobClient: Current supersteps number: 100 12/02/08 21:17:50 INFO bsp.BSPJobClient: The total number of supersteps: 100 Job Finished in 66.458 seconds VS. 12/02/08 21:19:10 INFO bsp.BSPJobClient: Current supersteps number: 78 12/02/08 21:19:13 INFO bsp.BSPJobClient: Current supersteps number: 96 12/02/08 21:19:16 INFO bsp.BSPJobClient: Current supersteps number: 100 12/02/08 21:19:16 INFO bsp.BSPJobClient: The total number of supersteps: 100 Job Finished in 36.849 seconds {code} > Add Avro RPC > ------------ > > Key: HAMA-501 > URL: https://issues.apache.org/jira/browse/HAMA-501 > Project: Hama > Issue Type: Sub-task > Components: bsp > Affects Versions: 0.4.0 > Reporter: Thomas Jungblut > Assignee: Edward J. Yoon > Fix For: 0.5.0 > > Attachments: avro_v01.patch, avro_v02.patch > > > I want to contribute my work on github: https://github.com/thomasjungblut/hama-avro/blob/master/src/de/jungblut/avro/AvroMessageServiceImpl.java > Add the dependecies to pom.xml and make some testcases. -- 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