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 1603FDC52 for ; Fri, 31 Aug 2012 20:36:08 +0000 (UTC) Received: (qmail 82728 invoked by uid 500); 31 Aug 2012 20:36:07 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 82671 invoked by uid 500); 31 Aug 2012 20:36:07 -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 82663 invoked by uid 99); 31 Aug 2012 20:36:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 20:36:07 +0000 Date: Sat, 1 Sep 2012 07:36:07 +1100 (NCT) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1078379168.24663.1346445367881.JavaMail.jiratomcat@arcas> In-Reply-To: <140421455.18313.1346361847505.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (MAPREDUCE-4612) job summary file permissions not set when its created 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-4612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446342#comment-13446342 ] Hudson commented on MAPREDUCE-4612: ----------------------------------- Integrated in Hadoop-Hdfs-trunk-Commit #2727 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2727/]) MAPREDUCE-4612. job summary file permissions not set when its created (tgraves via bobby) (Revision 1379584) Result = SUCCESS bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1379584 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/jobhistory/JobHistoryEventHandler.java > job summary file permissions not set when its created > ----------------------------------------------------- > > Key: MAPREDUCE-4612 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4612 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.23.3, 3.0.0, 2.2.0-alpha > Reporter: Thomas Graves > Assignee: Thomas Graves > Priority: Critical > Fix For: 0.23.3, 3.0.0, 2.2.0-alpha > > Attachments: MAPREDUCE-4612.patch > > > The job summary file permissions are not set when its written out by to the done intermediate directory. The conf and jhist files are both set properly but the summary file doesn't follow the same path. > This can cause the summary file to not be copied to the done directory if the default umask is set to be restrictive (like 600) and the mapred user can't read it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira