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 <property> <name>mapred.jobtracker.taskScheduler</name> <value>org.apache.hadoop.mapred.FairScheduler</value> </property> 3. restart hadoop cluster Although I did these work, I can not open the page http://<jobtracker URL>/scheduler Did I miss something ? Thank you for any help. Jeff Zhang
