Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 27915 invoked from network); 17 Feb 2011 07:53:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Feb 2011 07:53:47 -0000 Received: (qmail 64710 invoked by uid 500); 17 Feb 2011 07:53:47 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 64629 invoked by uid 500); 17 Feb 2011 07:53:46 -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 64613 invoked by uid 99); 17 Feb 2011 07:53:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Feb 2011 07:53:45 +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; Thu, 17 Feb 2011 07:53:44 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8C19F1AAF2D for ; Thu, 17 Feb 2011 07:53:24 +0000 (UTC) Date: Thu, 17 Feb 2011 07:53:24 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1249810809.2104.1297929204569.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 [ https://issues.apache.org/jira/browse/MAPREDUCE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated MAPREDUCE-2327: ----------------------------------- Status: Patch Available (was: Open) > 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: 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