[no subject]

2013-11-27 Thread betim.beja
Hi everyone! I was trying to launch a Giraph job without using a fat jar. i tried the two possible options (1: copying the Giraph jar in Hadoop lib directory, 2: replicating the libjars functionality) but when i launch the job, it fails… i enabled logging on the tasktracker and on the jobt

Re: about retaining the variable value...

2013-11-17 Thread betim.beja
I think you have to implement your own input format similar to the org.apache.giraph.io.formats.JsonLongDoubleFloatDoubleVertexInputFormat where the vertex value Type is MyVertexValueWritable and the input graph should be like: [0,0,0,[[1,1],[3,3]]] [1,0,0,[[0,1],[2,2],[3,1]]] [2,0,0,[[1,2],[