[
https://issues.apache.org/jira/browse/HBASE-30283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18097337#comment-18097337
]
Hudson commented on HBASE-30283:
--------------------------------
Results for branch branch-2.6
[build #491 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/491/]:
(/) *{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/491/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/491/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/491/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/491/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/491/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> 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)