Thanks for your reply. This is what I need.
I am experimenting with the Twitter 2010 links dataset. When loading for execution, I get this error:
java.lang.ArrayIndexOutOfBoundsException: 3
at edu.cmu.graphchi.ChiVertex.addOutEdge(ChiVertex.java:217)
at edu.cmu.graphchi.shards.SlidingShard.readNextVertices(SlidingShard.java:199)
at edu.cmu.graphchi.engine.GraphChiEngine$4.run(GraphChiEngine.java:649)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
And it happens only for a few Memshards. I checked the GraphChi code but there does not seem to be any issues with the logic.
Thanks very much Aapo.