Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-1225

Record IO class should provide a toString(String charset) method

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • record
    • None

    Description

      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.

      Attachments

        Activity

          People

            sameerp Sameer Paranjpye
            runping Runping Qi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: