[ 
https://issues.apache.org/jira/browse/HADOOP-6541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234326#comment-13234326
 ] 

Dheeraj Kapur commented on HADOOP-6541:
---------------------------------------

working on a interactive shell with bash like scripting support. Its in early 
stages as of now.

hshell> cd /user/dheerajk;pwd;   ls -l
/user/dheerajk

/user/dheerajk :
drwx------   - dheerajk users          0 2012-03-20 18:00 /user/dheerajk/.Trash
drwx------   - dheerajk users          0 2012-02-23 10:30 /user/dheerajk/data
-rw-------   3 dheerajk users          0 2012-03-20 11:27 /user/dheerajk/test
drwx------   - dheerajk users          0 2012-03-21 06:51 /user/dheerajk/test1

hshell> pwd; cd ../C49/../user/dheerajk;pwd
/user/
/user/dheerajk

hshell> find . -depth 7 -name pow.*
/user/dheerajk/data/pow

                
> An Interactive Hadoop FS shell
> ------------------------------
>
>                 Key: HADOOP-6541
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6541
>             Project: Hadoop Common
>          Issue Type: New Feature
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>         Attachments: HADOOP-6541.2.patch, HADOOP-6541.3.patch, 
> HADOOP-6541.4.patch, HADOOP-6541.5.patch, HADOOP-6541.6.patch, 
> HADOOP-6541.patch
>
>
> A shell that allows the user to execute multiple filesystem operations in a 
> single JVM instance at a prompt.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to