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 35EECD272 for ; Thu, 12 Jul 2012 14:42:20 +0000 (UTC) Received: (qmail 48769 invoked by uid 500); 12 Jul 2012 14:42:19 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 48591 invoked by uid 500); 12 Jul 2012 14:42:17 -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 48558 invoked by uid 99); 12 Jul 2012 14:42:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 14:42:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mirko.kaempf@cloudera.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qa0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 14:42:10 +0000 Received: by qaeb19 with SMTP id b19so4067577qae.11 for ; Thu, 12 Jul 2012 07:41:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=b24v0jP5HVW29jfckLu4XpewUUqQCAaYYGu/oI27K2A=; b=a8tAeaTXs7VZPBuw6yL9cLxQaXfbZek7QnlkFc6XjLaicVX3dQ1fcV4VgOPkgh/+M1 WyHGnXHBzLMCe4TeIPXZPbFCpjQyW73aNIBgwieDq+iV5599Fq6UvPnHF2gCtjThlVkB MNzInCG6KpAm8KGRR7kSNO7WRmk9QuxBHSvunFaThkUnfjUDOf0iq5WnmjSU6OgcI9Ki kHQ49TMlAgzrCjcK2qblPOSx3jHDihMBIGUqXD7x9VVb0AY84zcajaH3hp8yEqc9dZFl ZqEub+xthyNzscxblcbrgPUoUIEhlD3uqbOyTzF4w1e5nAU/XJPChu9iM7Ik/wq0Bw6o U4dg== MIME-Version: 1.0 Received: by 10.60.2.131 with SMTP id 3mr55021629oeu.59.1342104109098; Thu, 12 Jul 2012 07:41:49 -0700 (PDT) Received: by 10.76.10.134 with HTTP; Thu, 12 Jul 2012 07:41:49 -0700 (PDT) In-Reply-To: References: <619944679.24751.1341862415903.JavaMail.jiratomcat@issues-vm> <483295498.41021.1342088195097.JavaMail.jiratomcat@issues-vm> Date: Thu, 12 Jul 2012 16:41:49 +0200 Message-ID: Subject: Re: [jira] [Commented] (GIRAPH-244) Vertex API redesign From: =?ISO-8859-1?Q?Mirko_K=E4mpf?= To: dev@giraph.apache.org Content-Type: multipart/alternative; boundary=e89a8f643d9aaca5d904c4a2f69e X-Gm-Message-State: ALoCoQnjQIo+8oy9IcS8WqLdGZINHwdmLspQCvvuv9ra4d2K+Boy+ASRnhIBA2fwtyCj+Ribijq0 --e89a8f643d9aaca5d904c4a2f69e Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks for the reply, I think I did not describe my question clear. I can not find the classes in the src folder (in trunk) I cheked out from svn . In what package are these classes or did I check out the wrong folder? Mirko On Thu, Jul 12, 2012 at 4:35 PM, Claudio Martella < claudio.martella@gmail.com> wrote: > Hi Mirko, > > no, those classes are there for you to use. they define the way the > graph is serialized and deserialized, so that it can be loaded to > compute the paths and offloaded to write the result. > > On Thu, Jul 12, 2012 at 2:27 PM, Mirko K=E4mpf > wrote: > > Hello, > > > > I just started to dive into Giraph, and while I tried the > > SimpleShortestPaths example, a > > it is explained in the Wiki I found that SimpleShortestPathsVertex has = no > > main and run method, > > so I assume it should be used with the GiraphRunner. But there are the > > classes: > > > > SimpleShortestPathsVertexReader > > SimpleShortestPathsVertexInputFormat > > SimpleShortestPathsVertexWriter > > SimpleShortestPathsVertexOutputFormat > > which are explained in the Wiki located? Are they removed finally, or d= o > I > > have to create these classes? > > > > I would like to update the Wiki pages to show how to work with the > examples > > in giraph-0.20 and > > some classes to import / export graph or networkdata I would also like = to > > contribute. > > > > Best wishes > > Mirko > > > > -- > Claudio Martella > claudio.martella@gmail.com > --e89a8f643d9aaca5d904c4a2f69e--