Re: Run time error

2014-01-01 Thread Jyoti Yadav
Thanks Pushparaj.. Your idea really worked.. On Tue, Dec 31, 2013 at 2:53 PM, Pushparaj Motamari wrote: > Hi, > > Use this in the job command you give giraph.useSuperstepCounters=false > > > On Tue, Dec 31, 2013 at 9:31 AM, Jyoti Yadav > wrote: > >> Hi Pushparaj... >> Thanks for your reply...I

A Vertex Holds Other Than Text

2014-01-01 Thread Agrta Rawat
Hi, I am implementing an algorithm in which a Vertex needs to hold its values in a class other than Text (as the value of a vertex is a record). I am trying to make use of VertexValueInputFormat but can't reach solution. My Giraph version is 1.0.0. Kindly help me in resolving this issue. regar