About vertex input format..

2013-11-13 Thread Jyoti Yadav
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

Re: About vertex input format..

2013-11-13 Thread Jyoti Yadav
Thanks Ameya.. I am just newbie to giraph... Would you please let me know the path where should i include this file ,so that i can compile it. Also you mentioned that i need not to bothered about VertexInputFormat,then while giving the jar command to execute the program ,what about -vif