[
https://issues.apache.org/jira/browse/HADOOP-1905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward Yoon updated HADOOP-1905:
--------------------------------
Attachment: shell_fs.patch
Passes all tests locally.
{code}
Hbase > ls -al;
rw- 1470 Sep 12, 2007 1:27 PM .classpath
rw- 712 Sep 12, 2007 1:19 PM .project
rwd 0 Sep 17, 2007 4:40 PM .svn
rwd 0 Sep 10, 2007 10:44 AM bin
rwd 0 Sep 17, 2007 4:41 PM build
rw- 38307 Sep 17, 2007 9:04 AM build.xml
rw- 132701 Sep 17, 2007 9:04 AM CHANGES.txt
rwd 0 Sep 12, 2007 3:28 PM conf
rwd 0 Sep 17, 2007 9:04 AM docs
rw- 155 Aug 29, 2007 5:34 PM index.html
rwd 0 Aug 29, 2007 5:32 PM lib
rw- 11358 Aug 29, 2007 5:34 PM LICENSE.txt
rw- 101 Aug 29, 2007 5:34 PM NOTICE.txt
rwd 0 Sep 3, 2007 2:33 PM output
rw- 168 Aug 29, 2007 5:34 PM README.txt
rwd 0 Aug 29, 2007 5:34 PM src
Hbase > _
{code}
> 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 <path>]
> [-lsr <path>]
> ...
> 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.