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 CBE158967 for ; Mon, 8 Aug 2011 20:17:51 +0000 (UTC) Received: (qmail 4513 invoked by uid 500); 8 Aug 2011 20:17:50 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 4463 invoked by uid 500); 8 Aug 2011 20:17:49 -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 4442 invoked by uid 99); 8 Aug 2011 20:17:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2011 20:17:48 +0000 X-ASF-Spam-Status: No, hits=-2000.8 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; Mon, 08 Aug 2011 20:17:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5701CB1EB5 for ; Mon, 8 Aug 2011 20:17:27 +0000 (UTC) Date: Mon, 8 Aug 2011 20:17:27 +0000 (UTC) From: "Luke Lu (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1214496855.17627.1312834647352.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <798556063.6560.1310489579949.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-2676) MR-279: JobHistory Job page needs reformatted 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-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081164#comment-13081164 ] Luke Lu commented on MAPREDUCE-2676: ------------------------------------ Since you're creating jobhistory specific pages, can you create unit tests similar to TestAMWebApp? The simplest page test (that ensure structural integrity of the page) is a one liner, e.g.: {code} WebAppTests.testPage(HsView.class, AppContext.class, new TestHistoryContext()); {code} > MR-279: JobHistory Job page needs reformatted > --------------------------------------------- > > Key: MAPREDUCE-2676 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2676 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: mrv2 > Affects Versions: 0.23.0 > Reporter: Robert Joseph Evans > Assignee: Robert Joseph Evans > Fix For: 0.23.0 > > Attachments: MR-2676-v1.patch > > > The Job page, The Maps page and the Reduces page for the job history server needs to be reformatted. > The Job Overview needs to add in the User, a link to the Job Conf, and the Job ACLs > It also needs Submitted at, launched at, and finished at, depending on how they relates to Started and Elapsed. > In the attempts table we need to remove the new and the running columns > In the tasks table we need to remove progress, pending, and running columns and add in a failed count column > We also need to investigate what it would take to add in setup and cleanup statistics. Perhaps these should be more generally Application Master statistics and links. > The Maps page and Reduces page should have the progress column removed. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira