Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-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 651AF9006 for ; Mon, 25 Jun 2012 18:38:44 +0000 (UTC) Received: (qmail 66137 invoked by uid 500); 25 Jun 2012 18:38:44 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 66088 invoked by uid 500); 25 Jun 2012 18:38:44 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 66077 invoked by uid 500); 25 Jun 2012 18:38:44 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 66073 invoked by uid 99); 25 Jun 2012 18:38:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 18:38:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id AA0AD1418F1 for ; Mon, 25 Jun 2012 18:38:43 +0000 (UTC) Date: Mon, 25 Jun 2012 18:38:43 +0000 (UTC) From: "Jakob Homan (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <1055493669.52407.1340649523698.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1259930812.45618.1340401722493.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (GIRAPH-217) Add SimpleTriangleClosingVertex to Giraph examples 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/GIRAPH-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400762#comment-13400762 ] Jakob Homan commented on GIRAPH-217: ------------------------------------ Overall, looks good. Review: * Rather than recommending a specific in/output format, how about describing the expected structure of the graph and then recommending those formats? * Please describe what the algorith does in the javadoc, its input and final output state * It'd be good to have a lots of javadoc explaining the algorithm so that new users can follow along easily * Unit tests > Add SimpleTriangleClosingVertex to Giraph examples > -------------------------------------------------- > > Key: GIRAPH-217 > URL: https://issues.apache.org/jira/browse/GIRAPH-217 > Project: Giraph > Issue Type: Bug > Components: examples > Affects Versions: 0.2.0 > Reporter: Eli Reisman > Assignee: Eli Reisman > Priority: Trivial > Labels: patch > Fix For: 0.2.0 > > Attachments: GIRAPH-217-1.patch, GIRAPH-217-2.patch > > > Very simple triangle closing vertex using ID values, mostly for scale testing purposes, same as PR and shortest paths vertex examples. Might get fancier at a later date... -- 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