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 7E4B59533 for ; Thu, 27 Oct 2011 20:34:56 +0000 (UTC) Received: (qmail 27675 invoked by uid 500); 27 Oct 2011 20:34:56 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 27654 invoked by uid 500); 27 Oct 2011 20:34:56 -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 27646 invoked by uid 99); 27 Oct 2011 20:34:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2011 20:34: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; Thu, 27 Oct 2011 20:34: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 B8369323B17 for ; Thu, 27 Oct 2011 20:32:33 +0000 (UTC) Date: Thu, 27 Oct 2011 20:32:33 +0000 (UTC) From: "Vinod Kumar Vavilapalli (Updated) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <390415116.26744.1319747553755.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 ] Vinod Kumar Vavilapalli updated MAPREDUCE-2989: ----------------------------------------------- Status: Open (was: Patch Available) That was such a monstrous patch! If only I have a rubber hammer to deal you with.. Anyways, here goes. Looks good overall. Going to trust your testing. Mostly simple suggestions. Postponing big changes to separate tickets section: - JobHistoryServer: commented out lines about mapred-site.xml - TestHSWebApp.testLogView2: Error message can be improved. - ContainerManagerImpl.handle(): Why special handling of log-finish event. Can't use ContainerManagerEvent? - AMStartedEvent.java : constructor >80 chars - AggregatedLogsBlock: No need for creating ApplicationACLsManager every single time? others, for separate tickets. I'd be happy if we create them now itself: - Move all the Log related stuff to common module. - Could add offsets etc. for aggregated logs - Changes similar to HSJobBlock needed for JobBlock listing all AppAttempts so far. - Containerlogs url : Passing usernames explicitly is unweildly. We can do away with this, once we have a clear abstraction of a Log-server. > 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, MR2989_v2.txt, MR2989_v3.txt, MR2989_v4.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