Best way to know the assignment of vertices to workers

2014-11-28 Thread Garimella Kiran
Hi all, Is there a clean way to find out which worker a particular vertex is assigned to? From what I tried out, I found that given n workers, each node is assigned to the worker with id (vertex_id % n ). Is that a safe way to do this? I’ve had a look at previous discussions, but most of

Re: Problem running Giraph in local mode (Stuck at MASTER_ZOOKEEPER_ONLY checkWorkers)

2014-11-04 Thread Garimella Kiran
profile did you build? I see log statements from GiraphJob class while yarn actually invokes GiraphYarnJob class afaik. I have not tried in local job runner mode so I might be wrong.(FYI, i built it using hadoop_yarn profile) Thanks, Tripti. Sent from my iPhone On 04-Nov-2014, at 9:57 pm, Garimella