Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 97266 invoked from network); 24 Mar 2011 18:00:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Mar 2011 18:00:45 -0000 Received: (qmail 56697 invoked by uid 500); 24 Mar 2011 18:00:45 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 56610 invoked by uid 500); 24 Mar 2011 18:00:45 -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 56600 invoked by uid 99); 24 Mar 2011 18:00:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2011 18:00:45 +0000 X-ASF-Spam-Status: No, hits=-1999.7 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD,URIBL_RHS_DOB 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; Thu, 24 Mar 2011 18:00:44 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 634304CA12 for ; Thu, 24 Mar 2011 18:00:06 +0000 (UTC) Date: Thu, 24 Mar 2011 18:00:06 +0000 (UTC) From: "Thomas Jungblut (JIRA)" To: hama-dev@incubator.apache.org Message-ID: <460581492.8933.1300989606403.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1094136074.652.1299492899376.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HAMA-359) Development of Shortest Path Finding Algorithm 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-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010803#comment-13010803 ] Thomas Jungblut commented on HAMA-359: -------------------------------------- I read the papers about microsoft trinity Alois posted on Twitter. It was quite interesting. Maybe we should need something equal to the graph database, HBase would be an option. But since it is no more a requirement for Hama, I tend to write a SequenceFile Database. Storing byte offsets to a special lookup key or something.. Had a bit time and worked through Hama and BSP! Never the less I have another question: What is the advantage to use a "master groom" like in the PiEstimator example? I mean this could turn into a large bottleneck. BSP uses the communication phase to communicate between the nodes and not the nodes to a master node. Or did I missed something? Thanks! > Development of Shortest Path Finding Algorithm > ---------------------------------------------- > > Key: HAMA-359 > URL: https://issues.apache.org/jira/browse/HAMA-359 > Project: Hama > Issue Type: New Feature > Components: examples > Affects Versions: 0.2.0 > Reporter: Edward J. Yoon > Labels: gsoc, gsoc2011, mentor > Fix For: 0.3.0 > > Original Estimate: 2016h > Remaining Estimate: 2016h > > The goal of this project is development of parallel algorithm for finding a Shortest Path using Hama BSP. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira