Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 17975 invoked from network); 17 Sep 2007 08:50:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2007 08:50:58 -0000 Received: (qmail 17253 invoked by uid 500); 17 Sep 2007 08:50:49 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 17217 invoked by uid 500); 17 Sep 2007 08:50:49 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 17208 invoked by uid 99); 17 Sep 2007 08:50:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2007 01:50:49 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2007 08:52:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7B56D7141FE for ; Mon, 17 Sep 2007 01:50:32 -0700 (PDT) Message-ID: <12657434.1190019032502.JavaMail.jira@brutus> Date: Mon, 17 Sep 2007 01:50:32 -0700 (PDT) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1905) Addition of unix ls command to FS command In-Reply-To: <13435497.1190015372249.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-1905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527993 ] Hadoop QA commented on HADOOP-1905: ----------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12365983/shell_fs.patch against trunk revision r576240. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new compiler warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/779/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/779/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/779/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/779/console This message is automatically generated. > Addition of unix ls command to FS command > ----------------------------------------- > > Key: HADOOP-1905 > URL: https://issues.apache.org/jira/browse/HADOOP-1905 > Project: Hadoop > Issue Type: Sub-task > Components: contrib/hbase > Affects Versions: 0.14.1 > Environment: All environments > Reporter: Edward Yoon > Priority: Minor > Fix For: 0.15.0 > > Attachments: shell_fs.patch > > > I think ls command would be a useful one. > {code} > Hbase > fs; > FS Filesystem commands > Syntax: > Hadoop FsShell operations > DFS [-option] arguments...; > Unix ls command > LS [-option] arguments...; > Hbase > dfs; > Usage: java FsShell > [-ls ] > [-lsr ] > ... > Hbase > ls; > bin build build.xml CHANGES.txt conf docs > index.html lib LICENSE.txt NOTICE.txt output README.txt > src ... > Hbase > ls -a ./conf; > .svn commons-logging.properties > configuration.xsl hadoop-default.xml > hadoop-env.sh hadoop-env.sh.template > ... ... > Hbase > ls -l ./build; > rwd 0 Sep 10, 2007 11:05 AM ant > rw- 6662 Sep 10, 2007 2:35 PM ant-hadoop-0.15.0-dev.jar > rwd 0 Sep 5, 2007 10:05 AM c++ > rwd 0 Sep 6, 2007 2:15 PM classes > rwd 0 Sep 5, 2007 10:07 AM contrib > rwd 0 Sep 17, 2007 9:17 AM docs > ... > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.