Return-Path: X-Original-To: apmail-incubator-giraph-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-giraph-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 73A4A90F2 for ; Mon, 30 Jan 2012 04:14:44 +0000 (UTC) Received: (qmail 33991 invoked by uid 500); 30 Jan 2012 04:14:40 -0000 Delivered-To: apmail-incubator-giraph-user-archive@incubator.apache.org Received: (qmail 33875 invoked by uid 500); 30 Jan 2012 04:14:18 -0000 Mailing-List: contact giraph-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: giraph-user@incubator.apache.org Delivered-To: mailing list giraph-user@incubator.apache.org Received: (qmail 33838 invoked by uid 99); 30 Jan 2012 04:14:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 04:14:11 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [24.173.238.83] (HELO mail.potomacfusion.com) (24.173.238.83) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 04:14:04 +0000 Received: from PFI-MAIL.PFI.LOCAL ([192.168.100.7]) by pfi-mail ([192.168.100.7]) with mapi; Sun, 29 Jan 2012 22:13:43 -0600 From: David Garcia To: "giraph-user@incubator.apache.org" Date: Sun, 29 Jan 2012 22:13:48 -0600 Subject: Re: Vertex exists error when processing input splits for Sequence file Thread-Topic: Vertex exists error when processing input splits for Sequence file Thread-Index: AczfBY2lHJ00s6A0S+ulPUfj1+CCmw== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.14.0.111121 acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_CB4B750C5ED8dgarciapotomacfusioncom_" MIME-Version: 1.0 --_000_CB4B750C5ED8dgarciapotomacfusioncom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, I get this error when I try run my job: 2012-01-29 21:50:18,494 INFO org.apache.giraph.graph.BspServiceWorker: rese= rveInputSplit: reservedPath =3D null, 1 of 1 InputSplits are finished. 2012-01-29 21:50:18,494 INFO org.apache.giraph.graph.BspServiceWorker: setu= p: Finally loaded a total of (v=3D0, e=3D0) 2012-01-29 21:50:18,764 INFO org.apache.giraph.graph.BspService: process: i= nputSplitsAllDoneChanged (all vertices sent from input splits) 2012-01-29 21:50:18,766 ERROR org.apache.giraph.graph.GraphMapper: setup: C= aught exception just before end of setup java.lang.IllegalStateException: moveVerticesToWorker: Vertex Vertex(id=3Dz= zYNBgKt2LF6ClLA2eMBzuN7SkA.,value=3Dorg.apache.hadoop.io.MapWritable@5ce878= 7a,#edges=3D0) already exists! at org.apache.giraph.graph.BspServiceWorker.movePartitionsToWorker(= BspServiceWorker.java:1389) at org.apache.giraph.graph.BspServiceWorker.setup(BspServiceWorker.= java:624) at org.apache.giraph.graph.GraphMapper.setup(GraphMapper.java:458) . . . I'm not sure where the start debugging. . .BspServiceWorker is hella big. = All input is welcome. As I mentioned, I'm processing a sequenceFile that h= as Text keys and MapWritable Values. I would like the vertices to have Tex= t indices and MapWritable values. (I'm not inserting any edges for the tim= e being. . .I just want to see the file get split properly). I have implem= ented custom input formats and record readers. Thx -Dave --_000_CB4B750C5ED8dgarciapotomacfusioncom_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable


Hell= o, I get this error when I try run my job:
2012-01-29 21:50:18,494 INFO org.apache.giraph=
.graph.BspServiceWorker: reserveInputSplit: reservedPath =3D null, 1 of 1 I=
nputSplits are finished.
2012-01-29 21:50:18,494 INFO org.apache.giraph.graph.BspServiceWorker: setu=
p: Finally loaded a total of (v=3D0, e=3D0)
2012-01-29 21:50:18,764 INFO org.apache.giraph.graph.BspService: process: i=
nputSplitsAllDoneChanged (all vertices sent from input splits)
2012-01-29 21:50:18,766 ERROR org.apache.giraph.graph.GraphMapper: setup: C=
aught exception just before end of setup
java.l=
ang.IllegalStateException: moveVerticesToWorker: Vertex Vertex(id=3DzzYNBgK=
t2LF6ClLA2eMBzuN7SkA.,value=3Dorg.apache.hadoop.io.MapWritable@5ce8787a,#ed=
ges=3D0) already exists!
	at org.apache.giraph.graph.BspServiceWorker.movePartitionsToWorker(BspServ=
iceWorker.java:1389)
	at org.apache.giraph.graph.BspServiceWorker.setup(BspServiceWorker.java:62=
4)
	at org.apache.giraph.graph.GraphMapper.setup(GraphMapper.java:458)
.
.
.

I'm not sure where the start debuggi=
ng. . .BspServiceWorker is hella big.  All input is welcome.  As I mentione=
d, I'm processing a sequenceFile that has Text keys and MapWritable Values.=
  I would like the vertices to have Text indices and MapWritable values.  (=
I'm not inserting any edges for the time being. . .I just want to see the f=
ile get split properly).  I have implemented custom input formats and recor=
d readers.  Thx

-Dave

--_000_CB4B750C5ED8dgarciapotomacfusioncom_--