[
https://issues.apache.org/jira/browse/HBASE-30283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18097216#comment-18097216
]
Hudson commented on HBASE-30283:
--------------------------------
Results for branch branch-2
[build #108 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/branch-2/108/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 client integration test for 2.10.2{color}
-- Something went wrong with this stage, [check relevant console
output|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/branch-2/108//console].
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.5 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.3.6 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.0 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.1 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
(/) {color:green}+1 client integration test for 3.4.2 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.3 {color}
(/) {color:green}+1 client integration test for 3.4.3 with shaded hadoop
client{color}
> list_labels shell command should return readable labels
> -------------------------------------------------------
>
> Key: HBASE-30283
> URL: https://issues.apache.org/jira/browse/HBASE-30283
> Project: HBase
> Issue Type: Improvement
> Components: shell
> Reporter: Xiao Liu
> Assignee: Xiao Liu
> Priority: Minor
> Labels: pull-request-available
> Fix For: 3.0.0, 2.7.0, 2.5.16, 2.6.7
>
>
> Running {{list_labels}} in the hbase shell echoes the raw protobuf return
> value, e.g.:
> {code:java}
> hbase:004:0> list_labels
> A
> B
> Took 0.0105 seconds
> => #<Java::OrgApacheHbaseThirdpartyComGoogleProtobuf::ProtobufArrayList:
> [#<Java::OrgApacheHbaseThirdpartyComGoogleProtobuf::ByteString::LiteralByteString:0x4204c372>,
>
> #<Java::OrgApacheHbaseThirdpartyComGoogleProtobuf::ByteString::LiteralByteString:0x13eb7283>]>
> {code}
> Found while working on HBASE-30266, after with this patch:
> {code:java}
> hbase:001:0> list_labels
> A
> B
> Took 0.4680 seconds
> => ["A", "B"]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)