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 9AB077D14 for ; Sat, 22 Oct 2011 05:02:57 +0000 (UTC) Received: (qmail 73755 invoked by uid 500); 22 Oct 2011 05:02:57 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 73726 invoked by uid 500); 22 Oct 2011 05:02:57 -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 73709 invoked by uid 99); 22 Oct 2011 05:02:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Oct 2011 05:02:56 +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; Sat, 22 Oct 2011 05:02:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B8C3B315645 for ; Sat, 22 Oct 2011 05:00:32 +0000 (UTC) Date: Sat, 22 Oct 2011 05:00:32 +0000 (UTC) From: "Siddharth Seth (Updated) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1357120083.4305.1319259632774.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1711201941.19590.1315866308873.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-2989) JobHistory should link to task logs 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 [ https://issues.apache.org/jira/browse/MAPREDUCE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Seth updated MAPREDUCE-2989: -------------------------------------- Attachment: MR2989_v1.txt Adds a log servlet running on the history server - which reads the aggregated logs from hdfs. Changed the log format to include owner and ACL information. This needs some more change to be able to access individual log types more easily, and other improvements - will open a separate jira for that. The patch does not enable LogAggregation (will enable it after MR3146) - can be enabled via {{LogAggregationService.handle}} and TestLogAggregationService @Ignore. Tested with aggregation enabled on a secure and non-secure cluster. > JobHistory should link to task logs > ----------------------------------- > > Key: MAPREDUCE-2989 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2989 > Project: Hadoop Map/Reduce > Issue Type: Sub-task > Components: mrv2 > Affects Versions: 0.23.0, 0.24.0 > Reporter: Siddharth Seth > Assignee: Siddharth Seth > Priority: Critical > Fix For: 0.23.0 > > Attachments: MR2989_v1.txt > > > The log link on the task attempt page is currently broken - since it relies on a ContainerId. We should either pass the containerId via a history event - or some kind of field with information about the log location. -- 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