[ 
https://issues.apache.org/jira/browse/HBASE-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13542363#comment-13542363
 ] 

stack commented on HBASE-7476:
------------------------------

[~gabriel.reid] Ok if I use 
http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/util/Bytes.html#toStringBinary(byte[])
 instead? There is an example under hbase-server/src/main/ruby in 
./hbase/table.rb  Thanks.
                
> HBase shell count command doesn't escape binary output
> ------------------------------------------------------
>
>                 Key: HBASE-7476
>                 URL: https://issues.apache.org/jira/browse/HBASE-7476
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>            Reporter: Gabriel Reid
>            Priority: Minor
>         Attachments: HBASE-7476.patch
>
>
> When running the the count command in the HBase shell, the row key is printed 
> each time a count interval is reached. However, the key is printed verbatim, 
> meaning that non-printable characters are directly printed to the terminal. 
> This can cause confusing results, or even leave the terminal in an unusable 
> state.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to