Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 88519 invoked from network); 15 Apr 2008 00:14:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Apr 2008 00:14:07 -0000 Received: (qmail 79630 invoked by uid 500); 15 Apr 2008 00:14:06 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 79613 invoked by uid 500); 15 Apr 2008 00:14:06 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 79604 invoked by uid 99); 15 Apr 2008 00:14:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 17:14:06 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 00:13:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E21F4234C0D0 for ; Mon, 14 Apr 2008 17:11:04 -0700 (PDT) Message-ID: <691464247.1208218264925.JavaMail.jira@brutus> Date: Mon, 14 Apr 2008 17:11:04 -0700 (PDT) From: "Konstantin Shvachko (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3225) FsShell showing null instead of a error message In-Reply-To: <841175209.1207787045093.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Shvachko updated HADOOP-3225: ---------------------------------------- Status: Open (was: Patch Available) > FsShell showing null instead of a error message > ----------------------------------------------- > > Key: HADOOP-3225 > URL: https://issues.apache.org/jira/browse/HADOOP-3225 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Affects Versions: 0.17.0 > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Mahadev konar > Priority: Blocker > Fix For: 0.17.0 > > Attachments: 3225-2.patch, ACException.patch, HADOOP-3225_1.patch, NullInRemoteExceptionMsg.patch > > > Tried the following in 0.17 and trunk: > User is nn_sze here > {noformat} > $ ./bin/hadoop fs -lsr / > /foo 2008-04-09 17:19 rwx------ nn_sze supergroup > /foo/bar 2008-04-09 17:19 rwxr-xr-x nn_sze supergroup > {noformat} > User is now tsz (non-superuser) > {noformat} > bash-3.2$ ./bin/hadoop fs -ls /foo > ls: null > bash-3.2$ ./bin/hadoop fs -put README.txt /foo > put: null > bash-3.2$ ./bin/hadoop fs -rmr /foo/bar > rmr: null > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.