Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 83870 invoked from network); 5 Sep 2007 16:59:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2007 16:59:58 -0000 Received: (qmail 40532 invoked by uid 500); 5 Sep 2007 16:59:52 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 40492 invoked by uid 500); 5 Sep 2007 16:59:51 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 40476 invoked by uid 99); 5 Sep 2007 16:59:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 09:59:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 17:01:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 93007714201 for ; Wed, 5 Sep 2007 09:59:34 -0700 (PDT) Message-ID: <7176521.1189011574581.JavaMail.jira@brutus> Date: Wed, 5 Sep 2007 09:59:34 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1781) Need more complete API of JobClient class In-Reply-To: <5578873.1187990490753.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525158 ] Owen O'Malley commented on HADOOP-1781: --------------------------------------- I think that JobClient should have a: {code} JobStatus[] getJobs(); TaskCompletionEvent[] getTaskCompletionEvents(String jobid); {code} because otherwise you can't get information about the jobs that you didn't submit. > Need more complete API of JobClient class > ----------------------------------------- > > Key: HADOOP-1781 > URL: https://issues.apache.org/jira/browse/HADOOP-1781 > Project: Hadoop > Issue Type: Improvement > Components: mapred > 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. - You can reply to this email to add a comment to the issue online.