Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 62ECF200BB9 for ; Mon, 7 Nov 2016 22:35:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 618D0160AF9; Mon, 7 Nov 2016 21:35:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AA3D1160AEC for ; Mon, 7 Nov 2016 22:34:59 +0100 (CET) Received: (qmail 67679 invoked by uid 500); 7 Nov 2016 21:34:58 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 67658 invoked by uid 99); 7 Nov 2016 21:34:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2016 21:34:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 887AE2C2A69 for ; Mon, 7 Nov 2016 21:34:58 +0000 (UTC) Date: Mon, 7 Nov 2016 21:34:58 +0000 (UTC) From: "Yongjun Zhang (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12718) Incorrect error message by fs -put local dir without permission MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 07 Nov 2016 21:35:00 -0000 [ https://issues.apache.org/jira/browse/HADOOP-12718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15645536#comment-15645536 ] Yongjun Zhang commented on HADOOP-12718: ---------------------------------------- Thanks [~jzhuge] for the new rev. +1. Hi [~cnauroth] or [~stevel@apache.org], I will commit by tomorrow, would you please let me know if you have more comments? Best. > Incorrect error message by fs -put local dir without permission > --------------------------------------------------------------- > > Key: HADOOP-12718 > URL: https://issues.apache.org/jira/browse/HADOOP-12718 > Project: Hadoop Common > Issue Type: Bug > Reporter: John Zhuge > Assignee: John Zhuge > Labels: supportability > Attachments: HADOOP-12718.001.patch, HADOOP-12718.002.patch, HADOOP-12718.003.patch, HADOOP-12718.004.patch, HADOOP-12718.005.patch, HADOOP-12718.006.patch, HADOOP-12718.007.patch, TestFsShellCopyPermission-output.001.txt, TestFsShellCopyPermission-output.002.txt, TestFsShellCopyPermission.001.patch > > > When the user doesn't have access permission to the local directory, the "hadoop fs -put" command prints a confusing error message "No such file or directory". > {noformat} > $ whoami > systest > $ cd /home/systest > $ ls -ld . > drwx------. 4 systest systest 4096 Jan 13 14:21 . > $ mkdir d1 > $ sudo -u hdfs hadoop fs -put d1 /tmp > put: `d1': No such file or directory > {noformat} > It will be more informative if the message is: > {noformat} > put: d1 (Permission denied) > {noformat} > If the source is a local file, the error message is ok: > {noformat} > put: f1 (Permission denied) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org