Return-Path: X-Original-To: apmail-giraph-user-archive@www.apache.org Delivered-To: apmail-giraph-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1862BF65E for ; Tue, 26 Mar 2013 16:08:45 +0000 (UTC) Received: (qmail 99326 invoked by uid 500); 26 Mar 2013 16:08:44 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 99282 invoked by uid 500); 26 Mar 2013 16:08:44 -0000 Mailing-List: contact user-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@giraph.apache.org Delivered-To: mailing list user@giraph.apache.org Received: (qmail 99273 invoked by uid 99); 26 Mar 2013 16:08:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Mar 2013 16:08:44 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rui_sarmento@hotmail.com designates 65.54.190.214 as permitted sender) Received: from [65.54.190.214] (HELO bay0-omc4-s12.bay0.hotmail.com) (65.54.190.214) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Mar 2013 16:08:38 +0000 Received: from BAY002-W84 ([65.54.190.201]) by bay0-omc4-s12.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 26 Mar 2013 09:08:17 -0700 X-EIP: [t3vPIaXG1fl1rSoN9eCVj9yB+WAmxF0I] X-Originating-Email: [rui_sarmento@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_873ae038-ae12-49ff-8934-0e322ee88cbe_" From: Rui Sarmento To: Giraph Support Subject: RE: Input formats Date: Tue, 26 Mar 2013 16:08:16 +0000 Importance: Normal In-Reply-To: References: ,<566834A0CA4ED742A53644FF331260D438102376@PRN-MBX01-5.TheFacebook.com>, MIME-Version: 1.0 X-OriginalArrivalTime: 26 Mar 2013 16:08:17.0285 (UTC) FILETIME=[208D2B50:01CE2A3C] X-Virus-Checked: Checked by ClamAV on apache.org --_873ae038-ae12-49ff-8934-0e322ee88cbe_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Any advise on this issue? Do you need more information? Thanks & Regards From: rui_sarmento@hotmail.com To: user@giraph.apache.org Subject: RE: Input formats Date: Fri=2C 22 Mar 2013 20:46:57 +0000 =0A= =0A= =0A= Thanks for the info. It seems I'm unable to run ...examples.SimpleShortestP= athsVertex with these input formats=2C is there a converter available to co= nvert from these formats to VertexInputFormat. I mean I tried with the converted undirected edge list to the [3=2C0=2C[[84= 3=2C0]]] format but I'm getting the following error: "Exception in thread "main" java.lang.NullPointerException" Thanks in advance for your advise. Regards From: alessandro@fb.com To: user@giraph.apache.org Subject: Re: Input formats Date: Fri=2C 22 Mar 2013 18:36:02 +0000 =0A= =0A= =0A= =0A= =0A= The first one looks like IntNullTextEdgeInputFormat. For the second one you= can do something similar to AdjacencyListTextVertexInputFormat=2C except t= hat you don't have edge values.=0A= It's not a requirement to have the input split across several files. It's d= esired if you have a big dataset=2C but HDFS should handle that.=0A= =0A= =0A= =0A= =0A= From: Rui Sarmento =0A= Reply-To: "user@giraph.apache.org" =0A= Date: Friday=2C March 22=2C 2013 11:29 AM =0A= To: Giraph Support =0A= Subject: Input formats =0A= =0A= =0A= =0A= =0A= =0A= =0A= Hi all=2C =0A= =0A= What are the input formats to use for edge lists and adjacency lists in the= following layout: =0A= =0A= For Edge List (undirected): =0A= =0A= 1 3 =0A= 3 2 =0A= 4 8 =0A= 5 3 =0A= . . =0A= . . =0A= . . =0A= =0A= and for adjacency lists like: =0A= =0A= 1 2 =0A= 2 3 =0A= 3 1 2 5 =20 =0A= 4 8 =0A= 5 3 =0A= . . =0A= . . =0A= . . =0A= =0A= and other question=2C is it requirement to have the network divided in seve= ral part files in hdfs? =0A= =0A= Thanks very much for your help. =0A= =0A= Regards =0A= =0A= =0A= =0A= =0A= = --_873ae038-ae12-49ff-8934-0e322ee88cbe_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Any advise on this issue? Do you= need more information?

Thanks &=3B Regards


From: rui_sarmento@h= otmail.com
To: user@giraph.apache.org
Subject: RE: Input formats
D= ate: Fri=2C 22 Mar 2013 20:46:57 +0000

=0A= =0A= =0A=
Thanks for the info. It seems I'm unable to run ...example= s.SimpleShortestPathsVertex with these input formats=2C is there a converte= r available to convert from these formats to VertexInputFormat.
I mean I= tried with the converted undirected edge list to the [3=2C0=2C[[843=2C0]]]= format but I'm getting the following error:

"Exception in thread "m= ain" java.lang.NullPointerException"

Thanks in advance for your advi= se.

Regards



From: alessandro@fb.com
To: user@giraph.apac= he.org
Subject: Re: Input formats
Date: Fri=2C 22 Mar 2013 18:36:02 += 0000

=0A= =0A= =0A= =0A= =0A=
The first one looks like IntNullTextEdgeInputFormat. For the second on= e you can do something similar to =3BAdjacencyListTextVertexInputFormat= =2C except that you don't have edge values.
=0A=
It's not a requirement to have the input split across several files. I= t's desired if you have a big dataset=2C but HDFS should handle that.
= =0A=

=0A=
=0A= =0A=
=0A= From: Rui Sarmento <=3Brui_sarmento@hotmail.com>=3B
= =0A= Reply-To: "user@giraph.apache.org" <=3Buser@giraph.apache.org>=3B
=0A= Date: Friday=2C March 22=2C 2013= 11:29 AM
=0A= To: Giraph Support <=3Buser@giraph.apache.org>=3B
=0A= Subject: Input formats
=0A=
=0A=

=0A=
=0A=
=0A=
=0A=
=0A=
Hi all=2C
=0A=
=0A= What are the input formats to use for edge lists and adjacency lists in the= following layout:
=0A=
=0A= For Edge List (undirected):
=0A=
=0A= 1 =3B 3
=0A= 3 =3B 2
=0A= 4 =3B 8
=0A= 5 =3B 3
=0A= . =3B =3B .
=0A= . =3B =3B .
=0A= . =3B =3B .
=0A=
=0A= and for adjacency lists like:
=0A=
=0A= 1 =3B =3B 2
=0A= 2 =3B =3B 3
=0A= 3 =3B =3B 1  =3B 2  =3B 5  =3B
=0A= 4  =3B 8
=0A= 5 =3B =3B 3
=0A= . =3B =3B =3B .
=0A= . =3B =3B =3B .
=0A= . =3B =3B =3B .
=0A=
=0A= and other question=2C is it requirement to have the network divided in seve= ral part files in hdfs?
=0A=
=0A= Thanks very much for your help.
=0A=
=0A= Regards
=0A=
=0A=
=0A=
=0A=
=0A=
= --_873ae038-ae12-49ff-8934-0e322ee88cbe_--