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 "Prasad Chakka (JIRA)" <ji...@apache.org> on 2008/09/23 22:09:46 UTC

[jira] Created: (HADOOP-4250) Remove short names of serdes from Deserializer, Serializer & SerDe interface and relevant code.

Remove short names of serdes from Deserializer, Serializer & SerDe interface and relevant code.
-----------------------------------------------------------------------------------------------

                 Key: HADOOP-4250
                 URL: https://issues.apache.org/jira/browse/HADOOP-4250
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hive
    Affects Versions: 0.19.0
            Reporter: Prasad Chakka
            Assignee: Prasad Chakka


having short names necessitates the need for registering of classes that implement these interfaces and the maintenance of short name to class name map. there is no clear need for this so removing the short name feature altogether.



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


[jira] Resolved: (HADOOP-4250) Remove short names of serdes from Deserializer, Serializer & SerDe interface and relevant code.

Posted by "Prasad Chakka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Chakka resolved HADOOP-4250.
-----------------------------------

    Fix Version/s: 0.19.0
       Resolution: Fixed

Fixed as part of JIRA-4230

> Remove short names of serdes from Deserializer, Serializer & SerDe interface and relevant code.
> -----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4250
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4250
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>             Fix For: 0.19.0
>
>
> having short names necessitates the need for registering of classes that implement these interfaces and the maintenance of short name to class name map. there is no clear need for this so removing the short name feature altogether.

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