[
https://issues.apache.org/jira/browse/HBASE-30283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18096585#comment-18096585
]
Hudson commented on HBASE-30283:
--------------------------------
Results for branch master
[build #71 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/71/]:
(x) *{color:red}-1 overall{color}*
----
Backwards compatibility checks:
(/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/71/console]
(/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/71/console]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/71/console]
(x) {color:red}-1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/71/console]
(/) {color:green}+1 jdk17 hadoop 3.4.2 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/71/console]
> 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)