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 37153D2D3 for ; Thu, 12 Jul 2012 14:57:07 +0000 (UTC) Received: (qmail 471 invoked by uid 500); 12 Jul 2012 14:57:06 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 352 invoked by uid 500); 12 Jul 2012 14:57:06 -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 323 invoked by uid 99); 12 Jul 2012 14:57:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 14:57:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claudio.martella@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vc0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 14:57:00 +0000 Received: by vcbfk26 with SMTP id fk26so1714472vcb.11 for ; Thu, 12 Jul 2012 07:56:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=/nmtDeX6Qh/k8WRWuowocAdI33VZNd9AxpXieFjGHNU=; b=ynpVVqG9u2kSug8HGLSDmk3IHZCw14Rtplt9MS4c5k6pqzvIchM0k3atqtepOKiA0W leY+McbcZ+rvbGDcaVnCA6g9+Rx0EBmNhYH76hGSlI+UCyN3oX2tpoc4Kn642R8wv8jX QW1/7tkseL0RunRM3bltgCpypETtdMXY0YELOgo9X56VB7dZsVD8Bomp+JMX8UyO9hhG r186b5Qbo2M7V0v+HNd5DngHD1Ja8yTTo6OeicGymI7FYSYahzenMl6L8Z3d8XQGy+eT TvfqGpGyH/qktiB+slzSmRcSA9ti0qXtpgXgd2xtV89dqtlpmkm9Wc1hK3Uk+hC2B2v8 PnaA== Received: by 10.42.19.131 with SMTP id c3mr6530947icb.36.1342104999011; Thu, 12 Jul 2012 07:56:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.213.37 with HTTP; Thu, 12 Jul 2012 07:56:18 -0700 (PDT) In-Reply-To: References: <619944679.24751.1341862415903.JavaMail.jiratomcat@issues-vm> <483295498.41021.1342088195097.JavaMail.jiratomcat@issues-vm> From: Claudio Martella Date: Thu, 12 Jul 2012 16:56:18 +0200 Message-ID: Subject: Re: [jira] [Commented] (GIRAPH-244) Vertex API redesign To: dev@giraph.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org right, you can use them with the Json* classes in lib/. They have types that match the vertex signature (long, double, float, double). On Thu, Jul 12, 2012 at 4:41 PM, Mirko K=E4mpf = wrote: > 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 = do >> 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 >> --=20 Claudio Martella claudio.martella@gmail.com