[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
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.