You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "jian fan (JIRA)" <ji...@apache.org> on 2012/07/23 04:33:34 UTC

[jira] [Updated] (MAPREDUCE-338) Need more complete API of JobClient class

     [ https://issues.apache.org/jira/browse/MAPREDUCE-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jian fan updated MAPREDUCE-338:
-------------------------------

    Description: 
We need a programmatic way to find out the information about a map/reduce cluster and the jobs on the cluster.
The current API is not complete.
In particular, the following API functions are needed:

1. jobs()  currently, there is an API function JobsToComplete, which returns running/waiting jobs only.  jobs() should return the complete list.
2. TaskReport[] getMap/ReduceTaskReports(String jobid)
3. getStartTime()
4. getJobStatus(String jobid);
5. getJobProfile(String jobid);






  was:

We need a programmatic way to find out the information about a map/reduce cluster and the jobs on the cluster.
The current API is not complete.
In particular, the following API functions are needed:

1. jobs()  currently, there is an API function JobsToComplete, which returns running/waiting jobs only.  jobs() should return the complete list.
2. TaskReport[] getMap/ReduceTaskReports(String jobid)
3. getStartTime()
4. getJobStatus(String jobid);
5. getJobProfile(String jobid);






    
> Need more complete API of JobClient class
> -----------------------------------------
>
>                 Key: MAPREDUCE-338
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-338
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Runping Qi
>
> We need a programmatic way to find out the information about a map/reduce cluster and the jobs on the cluster.
> The current API is not complete.
> In particular, the following API functions are needed:
> 1. jobs()  currently, there is an API function JobsToComplete, which returns running/waiting jobs only.  jobs() should return the complete list.
> 2. TaskReport[] getMap/ReduceTaskReports(String jobid)
> 3. getStartTime()
> 4. getJobStatus(String jobid);
> 5. getJobProfile(String jobid);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira