Hi.. I am trying to execute SingleSourceShortestPath example with some changes in this.. While sending message,i am sending two values-(sender vertex value+edge weight),sender_id.. For this message to send,i created my own message file MyMessageWritable.java. The graph input is given in following form..
[0,0,[[1,1],[3,3]]][1,0,[[0,1],[2,2],[3,1]]][2,0,[[1,2],[4,4]]][3,0,[[0,3],[1,1],[4,4]]][4,0,[[3,4],[2,4]]] here vertex id is -long vertex value-long edge value-long Message is (long,long) what should be the vertex input format for this?? Any help is really appreciated... Regards Jyoti
