Add get and scan to hbase command-line client
---------------------------------------------
Key: HADOOP-1409
URL: https://issues.apache.org/jira/browse/HADOOP-1409
Project: Hadoop
Issue Type: New Feature
Components: contrib/hbase
Reporter: stack
Assigned To: stack
Currently the command-line client can do add/delete/list tables and shutdown of
the hbase cluster. Add support for:
scan tablename [columnname1,columnname2...] [startrow [endrow]]
get tablename [rowname [columname [versions]]]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.