|
|
-
how to check which scheduler is currently running on hadoop
shivam tiwari 2011-11-30, 23:37
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 - [EMAIL PROTECTED] [EMAIL PROTECTED]
-
Re: how to check which scheduler is currently running on hadoop
Praveen Sripati 2011-12-01, 07:10
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 <[EMAIL PROTECTED]>wrote:
> 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 - [EMAIL PROTECTED] > [EMAIL PROTECTED] >
-
Re: how to check which scheduler is currently running on hadoop
shivam tiwari 2011-12-01, 12:03
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 <[EMAIL PROTECTED]>wrote:
> 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 > <[EMAIL PROTECTED]>wrote: > > > 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 - [EMAIL PROTECTED] > > [EMAIL PROTECTED] > > >
-- Regards
Shivam Tiwari Graduate student CISE Department University of Florida, Gainesville FL 32611 Email - [EMAIL PROTECTED] [EMAIL PROTECTED]
-
Re: how to check which scheduler is currently running on hadoop
Harsh J 2011-12-01, 12:10
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 expect it to?
On 01-Dec-2011, at 5:33 PM, 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 > > On Thu, Dec 1, 2011 at 2:10 AM, Praveen Sripati <[EMAIL PROTECTED]>wrote: > >> 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 >> <[EMAIL PROTECTED]>wrote: >> >>> 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 - [EMAIL PROTECTED] >>> [EMAIL PROTECTED] >>> >> > > > > -- > Regards > > Shivam Tiwari > Graduate student > CISE Department > University of Florida, > Gainesville FL 32611 > Email - [EMAIL PROTECTED] > [EMAIL PROTECTED]
-
Re: how to check which scheduler is currently running on hadoop
Steve Loughran 2011-12-01, 13:08
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
Arun Murthy 2011-12-01, 23:34
Depending on the version of Hadoop you are using, you can goto http://<jthost>: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 <[EMAIL PROTECTED]> wrote: > 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 - [EMAIL PROTECTED] > [EMAIL PROTECTED]
|
|