[
https://issues.apache.org/jira/browse/HADOOP-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523940
]
Hadoop QA commented on HADOOP-1800:
-----------------------------------
+1
http://issues.apache.org/jira/secure/attachment/12364788/utf8-2.patch applied
and successfully tested against trunk revision r571287.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/660/testReport/
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/660/console
> [hbaseshell] output shoudl default utf8 encoding
> ------------------------------------------------
>
> Key: HADOOP-1800
> URL: https://issues.apache.org/jira/browse/HADOOP-1800
> Project: Hadoop
> Issue Type: Bug
> Components: contrib/hbase
> Reporter: stack
> Assignee: stack
> Priority: Minor
> Fix For: 0.15.0
>
> Attachments: utf8-2.patch, utf8.patch, utf8.txt
>
>
> Outputting the content of an hbase cell, hbaseshell makes a String of the
> hbase cell bytes. Usually making the String, hbaseshell stipulates the bytes
> are UTF-8 -- which is a pretty good bet, if the cell contains a String -- but
> then it goes and uses the JVM's System.out writing STDOUT. This latter will
> have been built using the JVM's locale. This will usually not be UTF-8.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.