[shell] Add support for 'x = get "TABLENAME", ...'
--------------------------------------------------
Key: HBASE-2805
URL: https://issues.apache.org/jira/browse/HBASE-2805
Project: HBase
Issue Type: Improvement
Reporter: stack
In the shell, if you do a get, it emits the content on STDOUT. It'd be better
if this behavior only happened if you did not supply an 'x = ' prefix. In this
latter case, x would hold the Result returned by the get. This kinda behavior
should come across as natural enough. For example if you fire up the python
interpreter, if no variable supplied to catch results, then content is emitted
on STDOUT.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.