Re: Problems on configure FairScheduler

2009-12-11 Thread Aaron Kimball
You'll need to configure mapred.fairscheduler.allocation.file to point to your fairscheduler.xml file; this file must contain at least the following: - Aaron On Thu, Dec 10, 2009 at 10:34 PM, Rekha Joshi wrote: > What’s your hadoop version/distribution? In anycase, to eliminate the > easy s

Re: Problems on configure FairScheduler

2009-12-10 Thread Rekha Joshi
What's your hadoop version/distribution? In anycase, to eliminate the easy suspects first, what do the hadoop logs say on restart?Did you provide port on the job tracker url?Thanks! On 12/11/09 8:43 AM, "Jeff Zhang" wrote: Hi all, I'd like to configure FairScheduler on hadoop. but seems it ca

Problems on configure FairScheduler

2009-12-10 Thread Jeff Zhang
Hi all, I'd like to configure FairScheduler on hadoop. but seems it can not work. The following is what I did 1. add fairscheduler.jar to lib 2. add the following property to mapred-site.xml mapred.jobtracker.taskScheduler org.apache.hadoop.mapred.FairScheduler 3. restart hadoop cluster