Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D48AE1033B for ; Tue, 27 May 2014 05:59:13 +0000 (UTC) Received: (qmail 86760 invoked by uid 500); 27 May 2014 05:59:09 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 86648 invoked by uid 500); 27 May 2014 05:59:09 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 86641 invoked by uid 99); 27 May 2014 05:59:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2014 05:59:09 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of samliuhadoop@gmail.com designates 209.85.192.44 as permitted sender) Received: from [209.85.192.44] (HELO mail-qg0-f44.google.com) (209.85.192.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2014 05:59:06 +0000 Received: by mail-qg0-f44.google.com with SMTP id i50so13031092qgf.17 for ; Mon, 26 May 2014 22:58:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZlczWS46ZjUk6yrl1tjWhrg/+IKGjfAbLN7vu2GIcX4=; b=QQgzWEq1ThE7uv3dsZ4gF3LYzSVtnHRqhYj2EEUHAdujyBNuLYBtdWtsmpXc0yaOFM bSY+s5B5BtHFVnGoH0wWCZ3TlL8KDh6Tx69WhjstqO0jdWif667Tr1m/J9r7244tHtQu HWwK+wsOzJQSgq2CL82e8NzRL4QplIZHzSXH9Ex5SbydIQ4VtnZpDdW0yO0DZGecwcH2 PiHNBSVbXGbk9hcd9KCfNLvhwtcVn+Xi8HQgJO7RVSY5OgD0fThXOTihSsdl6X9IvT92 Akvx5b9QRwdCiAWx2z598kCEGyy288YQqChvDXIQnmD6FLQllTb3Kh8AM5xaOmhZ7BG0 x2Rw== MIME-Version: 1.0 X-Received: by 10.224.51.2 with SMTP id b2mr39896381qag.49.1401170322534; Mon, 26 May 2014 22:58:42 -0700 (PDT) Received: by 10.96.56.41 with HTTP; Mon, 26 May 2014 22:58:42 -0700 (PDT) Date: Tue, 27 May 2014 13:58:42 +0800 Message-ID: Subject: File Permission Issue using Distributed Cache of Hadoop-2.2.0 From: sam liu To: "user@hadoop.apache.org" Content-Type: multipart/alternative; boundary=047d7bf0e55a5851ce04fa5b632d X-Virus-Checked: Checked by ClamAV on apache.org --047d7bf0e55a5851ce04fa5b632d Content-Type: text/plain; charset=UTF-8 Hi Experts, The original local file has execution permission, and then it was distributed to multiple nodemanager nodes with Distributed Cache feature of Hadoop-2.2.0, but the distributed file has lost the execution permission. However I did not encounter such issue in Hadoop-1.1.1. Why this happened? Some changes about 'dfs.umask' option or related staffs? Thanks! --047d7bf0e55a5851ce04fa5b632d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Experts,

The original = local file has execution permission, and then it was distributed to multipl= e nodemanager nodes with Distributed Cache feature of Hadoop-2.2.0, but the= distributed file has lost the execution permission.

However I did not encounter such issue in Hadoop-1.1.1.

Why this happened? Some changes about 'dfs.umask' option or rel= ated staffs?

Thanks!
--047d7bf0e55a5851ce04fa5b632d--