Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 46E2310B21 for ; Fri, 19 Apr 2013 14:49:20 +0000 (UTC) Received: (qmail 78314 invoked by uid 500); 19 Apr 2013 14:49:20 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 77483 invoked by uid 500); 19 Apr 2013 14:49:17 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 77388 invoked by uid 99); 19 Apr 2013 14:49:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Apr 2013 14:49:15 +0000 Date: Fri, 19 Apr 2013 14:49:15 +0000 (UTC) From: "Rishabh Garg (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HAMA-594) Implementation of a Semi-Clustering algorithm, described in Pregel paper. 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-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13636437#comment-13636437 ] Rishabh Garg commented on HAMA-594: ----------------------------------- I have implemented the algorithm described in Pregel paper, without using Hama, to get a feel of the algorithm. The algorithm has been well understood now and I would like to show the code to you ? Any other patch or bug fixes are also welcome. Very much interested in this project. Learning more about Hama so that the semi-clustering algorithm can be implemented using Hama graph APIs. Thanks > Implementation of a Semi-Clustering algorithm, described in Pregel paper. > ------------------------------------------------------------------------- > > Key: HAMA-594 > URL: https://issues.apache.org/jira/browse/HAMA-594 > Project: Hama > Issue Type: New Feature > Components: examples, graph > Reporter: Edward J. Yoon > Labels: gsoc, gsoc2013, mentor > > {quote} > 5.4 Semi-Clustering > Pregel has been used for several different versions of clus-tering. One version, semi-clustering, arises in social graphs. Vertices in a social graph typically represent people, and edges represent connections between them. > .... > {quote} > This issue implements Semi-Clustering algorithm, described in Pregel paper, using Hama graph APIs. -- 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