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 411F4D22F for ; Fri, 22 Jun 2012 00:23:43 +0000 (UTC) Received: (qmail 52999 invoked by uid 500); 22 Jun 2012 00:23:43 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 52907 invoked by uid 500); 22 Jun 2012 00:23:43 -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 52693 invoked by uid 500); 22 Jun 2012 00:23:42 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 52632 invoked by uid 99); 22 Jun 2012 00:23:42 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 00:23:42 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 94DDC1427F2 for ; Fri, 22 Jun 2012 00:23:42 +0000 (UTC) Date: Fri, 22 Jun 2012 00:23:42 +0000 (UTC) From: "Hyunsik Choi (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <821508836.42146.1340324622613.JavaMail.jiratomcat@issues-vm> In-Reply-To: <898101176.29107.1319768132514.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (GIRAPH-68) Implement a Graph Generator 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-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399021#comment-13399021 ] Hyunsik Choi commented on GIRAPH-68: ------------------------------------ I think that it is still relevant. I also intended that this patch uses an identity vertex. This generator is a kind of helper to enable users to do that easily. In addition, this patch enables the existing benchmark to use some input dataset on HDFS instead of PseudoRandonVertexInputFormat. If you agree that, I'll rebase the patch in this weekend. > Implement a Graph Generator > --------------------------- > > Key: GIRAPH-68 > URL: https://issues.apache.org/jira/browse/GIRAPH-68 > Project: Giraph > Issue Type: New Feature > Components: benchmark > Affects Versions: 0.1.0 > Reporter: Hyunsik Choi > Assignee: Hyunsik Choi > Attachments: GIRAPH-68_1.patch, GIRAPH-68_2.patch > > > To provide users with benchmark environments and to deeply test the input/output system of giraph, we need a graph generator. We will enable the graph generator to generate various kinds of graph data sets by specifying a VertexInputFormat and a VertexOutputFormat. -- 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