Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 505CC1177B for ; Thu, 17 Jul 2014 17:43:06 +0000 (UTC) Received: (qmail 26852 invoked by uid 500); 17 Jul 2014 17:43:04 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 26783 invoked by uid 500); 17 Jul 2014 17:43:04 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 26771 invoked by uid 99); 17 Jul 2014 17:43:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jul 2014 17:43:04 +0000 Date: Thu, 17 Jul 2014 17:43:04 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (MAPREDUCE-338) Need more complete API of JobClient class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved MAPREDUCE-338. ---------------------------------------- Resolution: Fixed I'm going to close this as stale. We're now 7 years on and many API changes later, including getting the information being asked for in this JIRA. > 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 was sent by Atlassian JIRA (v6.2#6252)