Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 80787 invoked from network); 26 Apr 2010 07:28:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Apr 2010 07:28:01 -0000 Received: (qmail 13620 invoked by uid 500); 26 Apr 2010 07:28:01 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 13590 invoked by uid 500); 26 Apr 2010 07:28:01 -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 13582 invoked by uid 99); 26 Apr 2010 07:28:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 07:28:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 07:27:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3Q7RWaQ005777 for ; Mon, 26 Apr 2010 07:27:33 GMT Message-ID: <7868619.3421272266852837.JavaMail.jira@thor> Date: Mon, 26 Apr 2010 03:27:32 -0400 (EDT) From: "Vinod K V (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1612) job conf file is not accessible from job history web page In-Reply-To: <2010418360.368611269020907771.JavaMail.jira@brutus.apache.org> 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-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod K V updated MAPREDUCE-1612: --------------------------------- Status: Open (was: Patch Available) Patch looks good. +1. TestJobACLs is because of MAPREDUCE-1727. Giong to commit this. Will rerun through Hudson to be sure. > job conf file is not accessible from job history web page > --------------------------------------------------------- > > Key: MAPREDUCE-1612 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1612 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker > Affects Versions: 0.22.0 > Reporter: Ravi Gummadi > Assignee: Ravi Gummadi > Fix For: 0.22.0 > > Attachments: jobconf_history_jsp.fix.20S.patch, MR-1619-1.patch > > > Clicking on conf file link from job history web page is causing an NPE if history file(and the job conf file) are stored on DFS. This NPE is from jobconf_history.jsp because jobConf built from path on DFS is not having any properties. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.