Re: Vertices reading the file..

2014-04-15 Thread Jyoti Yadav
Thanks Agrta for your reply.. You understood correctly.. I want this extra value as vertex value. But am giving input in the form of json array. At the time of giving input. vertices are not having this extra content. I want to initialize this value in superstep 0. And vertices will read this

Re: Vertices reading the file..

2014-04-14 Thread Wojciech Indyk
Hi! As far as I understand, you need to include vertex description to your computation. If so, you have to define following arguments: -vif,--vertexInputFormat arg Vertex input format -vip,--vertexInputPath arg Vertex input path -- Kindly regards Wojciech Indyk 2014-04-14

Vertices reading the file..

2014-04-13 Thread Jyoti Yadav
Hi Folks.. In my algorithm,i want that all vertices should read some content stored in the file.File is stored in local machine, not in hdfs. I am working on pseudo distributed mode. Suppose there are 5 lines stored in the file. First line is useful for vertex 1, and second line is useful for