Hi, I'm running a Hama graph job in which at every superstep, a Vertex should modify its corresponding value in a 2D array. I need the array to be accessible by every Vertex and don't want them to carry the values around or send anything to their neighbours. How and where can I define this?
Thanks
