Re: yarn container accounting errors.

2014-01-04 Thread Rafal Wojdyla
I updated patch (remove check) in https://issues.apache.org/jira/browse/GIRAPH-819. Could you please take a look. Should I create a separate ticket for correct memory check? On Sat, Jan 4, 2014 at 2:19 AM, Mohammad Islam misla...@yahoo.com wrote: I agree with Eric and Rafal's assessment. You

Running an algo for selected no of vertices..

2014-01-04 Thread Jyoti Yadav
Hi folks.. I am trying to implement some graph algorithm .I want compute function to run for some selected number of vertices. For eg. first compute function run for vertex id=2,when its work is completed,then i want to run compute function for vertex id =5. Is it possible in giraph??? Any