[
https://issues.apache.org/jira/browse/HADOOP-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556677#action_12556677
]
Arun C Murthy commented on HADOOP-2487:
---------------------------------------
This patch enhances the _bin/hadoop job_ command like so:
{noformat}
$ bin/hadoop job -list all
{noformat}
However, I think it's better to keep the _job_ command per-job specific and add
a *listAllJobs* switch to the _bin/hadoop jobtracker_ command:
{noformat}
$ bin/hadoop jobtracker -listalljobs
{noformat}
> Provide an option to get job status for all jobs run by or submitted to a job
> tracker
> -------------------------------------------------------------------------------------
>
> Key: HADOOP-2487
> URL: https://issues.apache.org/jira/browse/HADOOP-2487
> Project: Hadoop
> Issue Type: New Feature
> Components: mapred
> Reporter: Hemanth Yamijala
> Assignee: Amareshwari Sri Ramadasu
> Fix For: 0.16.0
>
> Attachments: patch-2487.txt
>
>
> This is an RFE for providing an RPC in Hadoop that can expose status
> information for jobs submitted to a JobTracker. Such a feature can be used
> for developing tools that can be used to analyse jobs.
> It is possible that other information is also useful - such as running times
> of jobs, etc.
> Comments ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.