Replace use of UTF8 in ObjectWritable
-------------------------------------

                 Key: HADOOP-914
                 URL: https://issues.apache.org/jira/browse/HADOOP-914
             Project: Hadoop
          Issue Type: Improvement
            Reporter: Sami Siren


- Replace use of UTF8 with Text
- Make format a little less verbose, before ObjectWritable containing Text 
"text" would be stored like:
  <UTF8:org.apache.hadoop.io.Text><UTF8:org.apache.hadoop.io.Text><Text:text>
  now it is stored as
  <Text:org.apache.hadoop.io.Text><Text:text>
-As changes are incompatible they are introduced in a new class 
'WrappingWritable', ObjectWritable is deprecated
-Add junit test

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to