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 470BF10D54 for ; Wed, 7 Aug 2013 01:14:48 +0000 (UTC) Received: (qmail 6622 invoked by uid 500); 7 Aug 2013 01:14:48 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 6563 invoked by uid 500); 7 Aug 2013 01:14:48 -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 6547 invoked by uid 99); 7 Aug 2013 01:14:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 01:14:48 +0000 Date: Wed, 7 Aug 2013 01:14:47 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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:all-tabpanel ] Edward J. Yoon updated HAMA-594: -------------------------------- Attachment: HAMA-594_v02.patch Nice. I've reformatted the code to be inline with Hama project standards. Please use this formatter in the future. http://hama.apache.org/files/hama-eclipse-formatter.xml > 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 > Affects Versions: 0.6.2 > Reporter: Edward J. Yoon > Assignee: Renil J > Labels: gsoc, gsoc2013, mentor > Fix For: 0.6.3 > > Attachments: HAMA-594.patch, HAMA-594_v02.patch > > > {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