Re: how to check which scheduler is currently running on hadoop

2011-12-01 Thread Arun Murthy
Depending on the version of Hadoop you are using, you can goto http://:50030/scheduler to check. This will work from hadoop-0.20.203 onwards. Arun Sent from my iPhone On Nov 30, 2011, at 5:38 PM, shivam tiwari wrote: > Hi, > > please tell me how I can check which scheduler is currently runnin

Re: how to check which scheduler is currently running on hadoop

2011-12-01 Thread Steve Loughran
On 01/12/11 12:03, shivam tiwari wrote: Is there any other way by which we can check that other scheduler is actually running and not the default one, rather than checking mapred-site.xml file If you are really worried you could kill -QUIT the JT process and look in the stack traces.

Re: how to check which scheduler is currently running on hadoop

2011-12-01 Thread Harsh J
Shivam, Visit JobTrackerHost/conf to see the taskScheduler config that's in effect on the runtime. Visit JobTrackerHost/scheduler to see a scheduler web UI if its put one up (default does not provide any, others may). May I ask why you're looking to confirm? Is something not working the way you

Re: how to check which scheduler is currently running on hadoop

2011-12-01 Thread shivam tiwari
Is there any other way by which we can check that other scheduler is actually running and not the default one, rather than checking mapred-site.xml file On Thu, Dec 1, 2011 at 2:10 AM, Praveen Sripati wrote: > Hi, > > Check the mapreduce.jobtracker.taskscheduler property in the > mapred-site.xml,

Re: how to check which scheduler is currently running on hadoop

2011-11-30 Thread Praveen Sripati
Hi, Check the mapreduce.jobtracker.taskscheduler property in the mapred-site.xml, if it's not set then check what it defaults to. Praveen On Thu, Dec 1, 2011 at 5:07 AM, shivam tiwari wrote: > Hi, > > please tell me how I can check which scheduler is currently running on > hadoop > > -- > Regar

how to check which scheduler is currently running on hadoop

2011-11-30 Thread shivam tiwari
Hi, please tell me how I can check which scheduler is currently running on hadoop -- Regards Shivam Tiwari Graduate student CISE Department University of Florida, Gainesville FL 32611 Email - shi...@cise.ufl.edu shivam.tiwari2...@gmail.com