[ 
https://issues.apache.org/jira/browse/HADOOP-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J resolved HADOOP-1225.
-----------------------------

    Resolution: Won't Fix

Resolving as Won't Fix, since the whole recordio component is now deprecated in 
favor of Avro (and technically ought to be removed in 0.22/0.23).

Please see https://issues.apache.org/jira/browse/HADOOP-6155

> Record IO class should provide a toString(String charset) method
> ----------------------------------------------------------------
>
>                 Key: HADOOP-1225
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1225
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: record
>            Reporter: Runping Qi
>            Assignee: Sameer Paranjpye
>
> Currently, the toString() function returns the csv format serialized form of 
> the record object.
> Unfortunately, all the fields of Buffer type are serialized into hex string. 
> Although this is a loss less conversion, it is not 
> the most convenient form, when perople use Buffer to store international 
> texts. With
> a new function toString(String charset) , the user can pass a charset to 
> indicate the desired way to convert a Buffer to a String.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to