You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2008/05/08 19:36:12 UTC

[jira] Updated: (HADOOP-1549) All remaining UTF8 data structures in HDFS code should be removed

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

Owen O'Malley updated HADOOP-1549:
----------------------------------

    Status: Open  (was: Patch Available)

I'd suggest keeping the serialization format the same and moving the old style of 
4 byte int len, bytes.

Changing the serialization format of writables is pretty much impossible at this point, because we don't have any version information. Since they can be stored in files forever, it isn't possible to update them.

> All remaining UTF8 data structures in HDFS code should be removed
> -----------------------------------------------------------------
>
>                 Key: HADOOP-1549
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1549
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>            Reporter: dhruba borthakur
>            Assignee: Edward J. Yoon
>             Fix For: 0.18.0
>
>         Attachments: 1549.patch, 1549_v02.patch
>
>
> The UTF8 data structure is deprecated. HADOOP-1283 addressed part of the problem. All remaining UTF8 data structurs in HDFS should be removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.