[
https://issues.apache.org/jira/browse/HBASE-23042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953458#comment-16953458
]
Yi Mei commented on HBASE-23042:
--------------------------------
The cause is that inĀ
org.apache.hbase.thirdparty.com.google.protobuf.util.JsonFormat:
{code:java}
case BYTES:
generator.print("\"");
generator.print(BaseEncoding.base64().encode(((ByteString)
value).toByteArray()));
generator.print("\"");
break;
{code}
> Parameters are incorrect in procedures jsp
> ------------------------------------------
>
> Key: HBASE-23042
> URL: https://issues.apache.org/jira/browse/HBASE-23042
> Project: HBase
> Issue Type: Bug
> Reporter: Yi Mei
> Assignee: Yi Mei
> Priority: Major
> Attachments: 1.png
>
>
> In procedures jps, the parameters of table name, region start end keys are
> wrong, please see the first picture.
> This is because all bytes params are encoded in base64. It is confusing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)