Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 8B608111BF for ; Tue, 16 Sep 2014 21:05:35 +0000 (UTC) Received: (qmail 58719 invoked by uid 500); 16 Sep 2014 21:05:34 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 58616 invoked by uid 500); 16 Sep 2014 21:05:34 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 58387 invoked by uid 99); 16 Sep 2014 21:05:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 21:05:34 +0000 Date: Tue, 16 Sep 2014 21:05:34 +0000 (UTC) From: "Arpit Agarwal (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-7064) Fix test failures 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/HDFS-7064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14136217#comment-14136217 ] Arpit Agarwal commented on HDFS-7064: ------------------------------------- Thanks for the patch Xiaoyu. To be consistent with FileSystem.java I think we should use {code} + FsPermission.getFileDefault().applyUMask( + FsPermission.getUMask(getConf())), {code} Instead of just FsPermission.getDefault() +1 with that fixed. > Fix test failures > ----------------- > > Key: HDFS-7064 > URL: https://issues.apache.org/jira/browse/HDFS-7064 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: test > Affects Versions: HDFS-6581 > Reporter: Arpit Agarwal > Assignee: Arpit Agarwal > Attachments: HDFS-7064.0.patch > > > Fix test failures in the HDFS-6581 feature branch. > Jenkins flagged the following failures. > https://builds.apache.org/job/PreCommit-HDFS-Build/8025//testReport/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)