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 0438E200BBE for ; Fri, 11 Nov 2016 08:43:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0152A160AF5; Fri, 11 Nov 2016 07:43:01 +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 47976160AE4 for ; Fri, 11 Nov 2016 08:43:00 +0100 (CET) Received: (qmail 29126 invoked by uid 500); 11 Nov 2016 07:42:59 -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 29111 invoked by uid 99); 11 Nov 2016 07:42:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2016 07:42:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8A0ED2C4C77 for ; Fri, 11 Nov 2016 07:42:58 +0000 (UTC) Date: Fri, 11 Nov 2016 07:42:58 +0000 (UTC) From: "John Zhuge (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: Fri, 11 Nov 2016 07:43:01 -0000 [ https://issues.apache.org/jira/browse/HADOOP-12718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15656424#comment-15656424 ] John Zhuge commented on HADOOP-12718: ------------------------------------- Thanks [~yzhangal] for the review and commit. Thanks [~stevel@apache.org] for the review. > 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 > Fix For: 3.0.0-alpha2 > > 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, HADOOP-12718.008.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