unbalanced fetching

2009-10-29 Thread Jesse Hires
I have a two datanode and one namenode setup. One of my datanodes is slower than the other, causing the fetch to run significantly longer on it. Is there a way to balance this out? Jesse int GetRandomNumber() { return 4; // Chosen by fair roll of dice // Guaranteed to be

Re: unbalanced fetching

2009-10-29 Thread Andrzej Bialecki
Jesse Hires wrote: I have a two datanode and one namenode setup. One of my datanodes is slower than the other, causing the fetch to run significantly longer on it. Is there a way to balance this out? Most likely the number of URLs/host is unbalanced, meaning that the tasktracker that takes

Re: unbalanced fetching

2009-10-29 Thread Jesse Hires
Thanks, I'll give that a shot! Jesse int GetRandomNumber() { return 4; // Chosen by fair roll of dice // Guaranteed to be random } // xkcd.com On Thu, Oct 29, 2009 at 5:53 AM, Andrzej Bialecki a...@getopt.org wrote: Jesse Hires wrote: I have a two datanode and one