[
https://issues.apache.org/jira/browse/HBASE-18094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021890#comment-16021890
]
Hudson commented on HBASE-18094:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-HBASE-14614 #247 (See
[https://builds.apache.org/job/HBase-HBASE-14614/247/])
HBASE-18094 Display the return value of the command append (tedyu: rev
ebe92c8fb3153367531aac3cf2b60d65f782083d)
* (edit) hbase-shell/src/test/ruby/hbase/table_test.rb
* (edit) hbase-shell/src/main/ruby/hbase/table.rb
* (edit) hbase-shell/src/main/ruby/shell/commands/append.rb
> 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: 2.0.0, 1.3.1
> Reporter: Guangxu Cheng
> Assignee: Guangxu Cheng
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-18094-branch-1.patch, HBASE-18094-master-v0.patch,
> HBASE-18094-master-v1.patch, HBASE-18094-master-v2.patch
>
>
> 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)