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 7CBA26453 for ; Sat, 14 May 2011 04:11:31 +0000 (UTC) Received: (qmail 81815 invoked by uid 500); 14 May 2011 04:11:31 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 81725 invoked by uid 500); 14 May 2011 04:11:30 -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 81714 invoked by uid 99); 14 May 2011 04:11:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 May 2011 04:11:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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, 14 May 2011 04:11:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 82A49B221B for ; Sat, 14 May 2011 04:10:47 +0000 (UTC) Date: Sat, 14 May 2011 04:10:47 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <577555482.12367.1305346247531.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <866822897.16484.1297734118147.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-2327) MapTask doesn't need to put username information in SpillRecord 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-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated MAPREDUCE-2327: ----------------------------------- Attachment: mapreduce-2327.txt Sure, here's an updated patch that does that. > MapTask doesn't need to put username information in SpillRecord > --------------------------------------------------------------- > > Key: MAPREDUCE-2327 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2327 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.22.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Priority: Blocker > Fix For: 0.22.0 > > Attachments: mapreduce-2327.txt, mapreduce-2327.txt, mapreduce-2327.txt, mr-2327.txt > > > This is an amendment to MAPREDUCE-2096 that's found in Yahoo's 0.20.100 branch. > This bug causes task failures in the following case: > - Cluster is not set up with LinuxTaskController (ie not secured cluster) > - Job submitter is not the same as the user running the TT > - Map output is more than one spill's worth > The issue is that UserGroupInformation's view of the current user is the job submitter, but on disk the spill files will be owned by the TT user. SecureIO will then fail when constructing the spill record. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira