|
Hemanth Yamijala (JIRA) |
at Nov 28, 2007 at 3:58 am
|
⇧ |
| |
[
https://issues.apache.org/jira/browse/HADOOP-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546094 ]
Hemanth Yamijala commented on HADOOP-2266:
------------------------------------------
bq. Another approach to this would be to have an admin command for the job tracker that would have the job tracker stop accepting new jobs and shut itself down when the last job completed. That way the external process wouldn't need to continually poll the job tracker to see if it was done yet. Thoughts?
The requirement we have in Hadoop On Demand is to shutdown a job tracker when it has not run any jobs for a period of time. This is to help in releasing unused resources, and reclaim them. The approach suggested above actually makes sense if we want to run the job tracker for a period of time and then shutdown. This seems to be different from what we need, right ?
The problem of continous polling does exist. But I feel it may not be too intensive. Any alternative that does not have this problem, but solves the use-case would also be great.
Provide a command line option to check if a Hadoop jobtracker is idle
---------------------------------------------------------------------
Key: HADOOP-2266
URL:
https://issues.apache.org/jira/browse/HADOOP-2266Project: Hadoop
Issue Type: New Feature
Components: mapred
Reporter: Hemanth Yamijala
Fix For: 0.16.0
This is an RFE for providing a way to determine from the hadoop command line whether a jobtracker is idle. One possibility is to have something like hadoop jobtracker -idle <time>. Hadoop would return true (maybe via some stdout output) if the jobtracker had no work to do (jobs running / prepared) since <time> seconds, false otherwise.
This would be useful for management / provisioning systems like Hadoop-On-Demand [HADOOP-1301], which can then deallocate the idle, provisioned clusters automatically, and release resources.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.