Guangxu Cheng created HBASE-18094:
-------------------------------------
Summary: Display the return value of the command append
Key: HBASE-18094
URL: https://issues.apache.org/jira/browse/HBASE-18094
Project: HBase
Issue Type: Improvement
Components: shell
Affects Versions: 1.3.1, 2.0.0
Reporter: Guangxu Cheng
Assignee: Guangxu Cheng
It is more convenient for users to display the return result of the command
append.
{code}
hbase(main):001:0> append 't1','r1','f1:name','Guangxu'
CURRENT VALUE = Guangxu
Took 0.8820 seconds
hbase(main):002:0> append 't1','r1','f1:name',' Cheng'
CURRENT VALUE = Guangxu Cheng
Took 0.0140 seconds
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)