sorted output

2013-03-21 Thread Ameet Kini
Is it possible to save the final output sorted by vertex id? My vertices have their id of type long, and I am using SequenceFileOutputFormat, where the key of the sequence file is the vertex id of type long. If the vertices were somehow written in sorted order, I could even switch to using Hadoop's

Re: Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-12 Thread Ameet Kini
texSplits(GiraphFileInputFormat.java:318) at org.apache.giraph.io.TextVertexInputFormat.getSplits(TextVertexInputFormat.java:61) at org.apache.giraph.graph.BspServiceMaster.generateInputSplits(BspServiceMaster.java:266) ... 3 more On Mon, Mar 11, 2013 at 3:07 PM, Ameet Kini

Re: Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-11 Thread Ameet Kini
-- 1 akini akini 296 Mar 11 15:00 snapshot.0 drwxrwxr-x 3 akini akini 4096 Mar 11 15:00 .. On Sun, Mar 10, 2013 at 11:49 AM, Ameet Kini wrote: > I'm launching the unit test from inside Eclipse. There are no other > errors on the Eclipse console, so I assumed it is the Keep

Re: Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-10 Thread Ameet Kini
ching it? > > > On 3/9/13 12:42 PM, Ameet Kini wrote: >> >> The test hangs after those messages. I assumed it is because of the >> KeeperException messages. >> >> Ameet >> >> On Sat, Mar 9, 2013 at 12:14 PM, Avery Ching wrote: >>> >

Re: Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-09 Thread Ameet Kini
gt; > > On 3/8/13 12:31 PM, Ameet Kini wrote: >> >> Hi folks, >> >> I am trying to run the SimpleShortestPathsVertexTest example >> introduced by the unit testing tool as part of >> (https://issues.apache.org/jira/browse/GIRAPH-51) and see the below >> z

Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-08 Thread Ameet Kini
Hi folks, I am trying to run the SimpleShortestPathsVertexTest example introduced by the unit testing tool as part of (https://issues.apache.org/jira/browse/GIRAPH-51) and see the below zookeeper exception while running the testToyData method. I can run giraph applications from the command-line an