Sylvain VeyriƩ created HBASE-17702:
--------------------------------------

             Summary: Octal binary format still wrong in some hbase-shell 
commands
                 Key: HBASE-17702
                 URL: https://issues.apache.org/jira/browse/HBASE-17702
             Project: HBase
          Issue Type: Bug
          Components: shell
    Affects Versions: 1.1.7
         Environment: Debian 8.2
openjdk version "1.8.0_102"
            Reporter: Sylvain VeyriƩ


As HBASE-1611 has stated, octal representation is still used sometimes.

Well, it's the case for {{status 'detailed'}} command from {{hbase-shell}}.

Problem is: bad octal formatting, as described in #HBASE-2035, is still applied.

For exemple:

If the hex representation of the start row (from {{scan 'hbase:meta'}}) of two 
regions is:
{noformat}
whatever\x91bbb
whatever\x98aaa
{noformat}

The octal representation (from {{status 'detailed'}}) is:
{noformat}
whatever\357bbb
whatever\357aaa
{noformat}

The latter being wrong.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to