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 D734C91C4 for ; Mon, 27 Feb 2012 04:58:13 +0000 (UTC) Received: (qmail 54385 invoked by uid 500); 27 Feb 2012 04:58:13 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 54318 invoked by uid 500); 27 Feb 2012 04:58:12 -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 54096 invoked by uid 99); 27 Feb 2012 04:58:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2012 04:58:10 +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; Mon, 27 Feb 2012 04:58:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5566C33C4BB for ; Mon, 27 Feb 2012 04:57:49 +0000 (UTC) Date: Mon, 27 Feb 2012 04:57:49 +0000 (UTC) From: "Edward J. Yoon (Commented) (JIRA)" To: hama-dev@incubator.apache.org Message-ID: <836016756.22155.1330318669351.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <526537693.6648.1309462228821.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HAMA-409) Add Pregel-like API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HAMA-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217034#comment-13217034 ] Edward J. Yoon commented on HAMA-409: ------------------------------------- {code} 12/02/27 13:54:08 DEBUG bsp.Counters: Creating group org.apache.hama.bsp.JobInProgress$JobCounter with nothing 12/02/27 13:54:11 DEBUG bsp.Counters: Creating group org.apache.hama.bsp.JobInProgress$JobCounter with nothing 12/02/27 13:54:11 DEBUG bsp.Counters: Creating group org.apache.hama.bsp.BSPPeerImpl$PeerCounter with nothing 12/02/27 13:54:11 INFO bsp.BSPJobClient: Current supersteps number: 5 12/02/27 13:54:11 DEBUG bsp.Counters: Creating group org.apache.hama.bsp.JobInProgress$JobCounter with nothing 12/02/27 13:54:11 DEBUG bsp.Counters: Creating group org.apache.hama.bsp.BSPPeerImpl$PeerCounter with nothing 12/02/27 13:54:11 DEBUG bsp.Counters: Creating group org.apache.hama.bsp.JobInProgress$JobCounter with nothing 12/02/27 13:54:11 DEBUG bsp.Counters: Creating group org.apache.hama.bsp.BSPPeerImpl$PeerCounter with nothing 12/02/27 13:54:11 INFO bsp.BSPJobClient: The total number of supersteps: 5 12/02/27 13:54:11 DEBUG bsp.Counters: Adding SUPERSTEPS 12/02/27 13:54:11 INFO bsp.BSPJobClient: Counters: 3 12/02/27 13:54:11 INFO bsp.BSPJobClient: org.apache.hama.bsp.JobInProgress$JobCounter 12/02/27 13:54:11 INFO bsp.BSPJobClient: LAUNCHED_TASKS=2 12/02/27 13:54:11 INFO bsp.BSPJobClient: org.apache.hama.bsp.BSPPeerImpl$PeerCounter 12/02/27 13:54:11 INFO bsp.BSPJobClient: SUPERSTEPS=5 12/02/27 13:54:11 INFO bsp.BSPJobClient: SUPERSTEP_SUM=5 12/02/27 13:54:11 DEBUG bsp.Counters: Creating group org.apache.hama.bsp.JobInProgress$JobCounter with nothing 12/02/27 13:54:11 DEBUG bsp.Counters: Creating group org.apache.hama.bsp.BSPPeerImpl$PeerCounter with nothing 12/02/27 13:54:11 DEBUG bsp.Counters: Creating group org.apache.hama.bsp.JobInProgress$JobCounter with nothing 12/02/27 13:54:11 DEBUG bsp.Counters: Creating group org.apache.hama.bsp.BSPPeerImpl$PeerCounter with nothing Job Finished in 3.638 seconds {code} Tested on my laptop. I'm commit to TRUNK directly and will open new ticket for other issues. > Add Pregel-like API > ------------------- > > Key: HAMA-409 > URL: https://issues.apache.org/jira/browse/HAMA-409 > Project: Hama > Issue Type: New Feature > Components: bsp, examples > Affects Versions: 0.4.0 > Reporter: Thomas Jungblut > Assignee: Edward J. Yoon > Labels: graph > Fix For: 0.5.0 > > Attachments: HAMA-409_v01.patch, HAMA-409_v02.patch, HAMA-409_v03.patch, HAMA-409_v04.patch, HAMA-409_v05.patch, InlinkCount.java, hama-graph.zip, pregel_v01.patch, pregel_v02.patch, pregel_v03.patch, test.txt > > > According to what we've discussed on the mailing list, we should add a Pregel-like API. -- 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