From mapreduce-dev-return-2297-apmail-hadoop-mapreduce-dev-archive=hadoop.apache.org@hadoop.apache.org Thu Aug 12 07:42:44 2010 Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 75398 invoked from network); 12 Aug 2010 07:42:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Aug 2010 07:42:44 -0000 Received: (qmail 51609 invoked by uid 500); 12 Aug 2010 07:42:43 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 51277 invoked by uid 500); 12 Aug 2010 07:42:40 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 50810 invoked by uid 99); 12 Aug 2010 07:42:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 07:42:39 +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; Thu, 12 Aug 2010 07:42:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7C7gJFE022985 for ; Thu, 12 Aug 2010 07:42:19 GMT Message-ID: <14652071.299221281598939102.JavaMail.jira@thor> Date: Thu, 12 Aug 2010 03:42:19 -0400 (EDT) From: "Ravi Gummadi (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Reopened: (MAPREDUCE-1550) UGI.doAs should not be used for getting the history file of jobs In-Reply-To: <1241657688.14811267561287337.JavaMail.jira@brutus.apache.org> 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-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Gummadi reopened MAPREDUCE-1550: ------------------------------------- ugi.doAs() is there JSPUtil.getJobInfo() in current trunk also. So this fix needs to go into trunk also. > UGI.doAs should not be used for getting the history file of jobs > ---------------------------------------------------------------- > > Key: MAPREDUCE-1550 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1550 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker > Affects Versions: 0.22.0 > Reporter: Devaraj Das > Assignee: Devaraj Das > Fix For: 0.22.0 > > Attachments: 1550-1.patch, 1550-2.1.patch, 1550-2.patch > > > When the jobtracker tries to open a job history file it does a doAs to get the filesystem for the user (that had submitted the job). This should not be done since the job history files are owned by the jobtracker. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.