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 vertex 2
and so on..

Do  i need to open the file in   vertex compute() function, and then each
vertex will get its respective line. Or  other alternative is there??

Thanks..

Best Regards

Jyoti

Reply via email to