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

Hadoop records should provide comvenient APIs for serialization/deserialization

    XMLWordPrintableJSON

Details

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

    Description

      I found the following APIs are very convenient to use and should be part of the generated class from Jute IDL :

      public BytesWritable serialize(String format);

      public void deserialize(BytesWitable data, String format);

      public static MyRecordJT deserialize(BytesWitable data, String format);

      Attachments

        Activity

          People

            Unassigned Unassigned
            runping Runping Qi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: