Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D0C518B3D for ; Tue, 30 Aug 2011 07:55:22 +0000 (UTC) Received: (qmail 73556 invoked by uid 500); 30 Aug 2011 07:55:19 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 72207 invoked by uid 500); 30 Aug 2011 07:55:06 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 72072 invoked by uid 99); 30 Aug 2011 07:55:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 07:55:02 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 07:55:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id F0A14D6FE1 for ; Tue, 30 Aug 2011 07:54:38 +0000 (UTC) Date: Tue, 30 Aug 2011 07:54:38 +0000 (UTC) From: "Mohammad Kamrul Islam (JIRA)" To: common-dev@hadoop.apache.org Message-ID: <484025801.6521.1314690878982.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HADOOP-7592) Provide programmatic access to use job log MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Provide programmatic access to use job log ------------------------------------------- Key: HADOOP-7592 URL: https://issues.apache.org/jira/browse/HADOOP-7592 Project: Hadoop Common Issue Type: Improvement Reporter: Mohammad Kamrul Islam Since hadoop job/task log is critical for debugging, providing a programmatic access would definitely add a big value to the end user. Oozie users are repeatedly asking to open up the hadoop job log for them. However, Oozie doesn't have any knowledge about the log location as well as the log contents of hadoop job. The expected programmatic access could come in any or both ways: 1. Allowing an API such as getLogPath(jobId) that returns the base HDFS path of the job directory. 2. Allowing an API such as getLog(jobId) that will return the log contents (may be as streaming output). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira