[
https://issues.apache.org/jira/browse/HADOOP-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526046
]
Edward Yoon commented on HADOOP-1828:
-------------------------------------
Thank you for your comment, Rubin.
I wanted to use patch mailing list as a way for more effective communication
among shell project members.
I may have been mistaken for using it for that purpose.
I will instead only issue a patch when there is a significant amount of
work/implementation is done,
but I wonder if it may be more difficult for us to communicate
Please let me know if this is what you've implied in your last email.
> [Hbase Shell] Switch Command for sub-shell
> ------------------------------------------
>
> Key: HADOOP-1828
> URL: https://issues.apache.org/jira/browse/HADOOP-1828
> Project: Hadoop
> Issue Type: Improvement
> Components: contrib/hbase
> Affects Versions: 0.14.0
> Environment: All environments
> Reporter: Edward Yoon
> Fix For: 0.15.0
>
> Attachments: shell.patch, shell_2.patch
>
>
> This is a swtich command patch for the future implementation of sub-shell.
> {code}
> HBase > altools;
> Hbase altools, 0.0.1 version
> Type 'help;' for Hbase altools usage.
> HBase.Altools > help;
> Type 'help <command>;' to see command-specific usage.
> * Global commands.
> FS Hadoop FsShell operations.
> EXIT Exit shell
> SHOW List all tables.
> CLEAR Clear the screen.
> DESCRIBE Describe a table's columnfamilies.
> * Altools Commands.
> Projection ...
> HBase.Altools > exit;
> HBase > exit;
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.