Re: Running tests in pseudo-distributed mode

2011-12-17 Thread Claudio Martella
nice contribution, thanks! maybe you can write a small patch to the giraph documentation to add the content (and a link to your post, for your PR ;) )? On Sat, Dec 17, 2011 at 6:48 PM, Sebastian Schelter wrote: > Wrote a blogpost about it :) Maybe it can be copied to giraph's wiki? > > http://ssc

Re: Running tests in pseudo-distributed mode

2011-12-17 Thread Sebastian Schelter
Wrote a blogpost about it :) Maybe it can be copied to giraph's wiki? http://ssc.io/running-giraphs-unit-tests-in-pseudo-distributed-mode/ --sebastian On 17.12.2011 18:38, Avery Ching wrote: > We should document this somewhere. It is not intuitive as you mention. > > Avery > > On 12/17/11 1:

Re: Running tests in pseudo-distributed mode

2011-12-17 Thread Avery Ching
We should document this somewhere. It is not intuitive as you mention. Avery On 12/17/11 1:41 AM, Sebastian Schelter wrote: A small hint for everyone who wants to run giraph's unit tests on a pseudo-distributed single node hadoop cluster: You have to adjust the configuration to allow 4 concur

Running tests in pseudo-distributed mode

2011-12-17 Thread Sebastian Schelter
A small hint for everyone who wants to run giraph's unit tests on a pseudo-distributed single node hadoop cluster: You have to adjust the configuration to allow 4 concurrent map tasks per node (default in hadoop-0.20.203 is 2), otherwise the tests will fail! You have to adjust mapred.tasktracker.