You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Harsh J (Created) (JIRA)" <ji...@apache.org> on 2011/10/28 12:40:32 UTC

[jira] [Created] (HADOOP-7781) Remove RecordIO

Remove RecordIO
---------------

                 Key: HADOOP-7781
                 URL: https://issues.apache.org/jira/browse/HADOOP-7781
             Project: Hadoop Common
          Issue Type: Task
          Components: record
    Affects Versions: 0.24.0
            Reporter: Harsh J
            Assignee: Harsh J
            Priority: Minor
             Fix For: 0.24.0


HADOOP-6155 deprecated RecordIO in 0.21. We should remove it from trunk, as nothing anymore uses it and the tests are taking up resources.

We should attempt to remove record IO and also check for any references to it within the MR and HDFS projects. Meanwhile, Avro has come up as a fine replacement for it, and has been use inside Hadoop now for quite a while.

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

        

[jira] [Commented] (HADOOP-7781) Remove RecordIO

Posted by "Harsh J (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159450#comment-13159450 ] 

Harsh J commented on HADOOP-7781:
---------------------------------

We should un-deprecate it. Its seemingly used inside typedbytes of streaming today. Where else?
                
> Remove RecordIO
> ---------------
>
>                 Key: HADOOP-7781
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7781
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: record
>    Affects Versions: 0.24.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 0.24.0
>
>
> HADOOP-6155 deprecated RecordIO in 0.21. We should remove it from trunk, as nothing anymore uses it and the tests are taking up resources.
> We should attempt to remove record IO and also check for any references to it within the MR and HDFS projects. Meanwhile, Avro has come up as a fine replacement for it, and has been use inside Hadoop now for quite a while.

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

        

[jira] [Commented] (HADOOP-7781) Remove RecordIO

Posted by "Milind Bhandarkar (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159434#comment-13159434 ] 

Milind Bhandarkar commented on HADOOP-7781:
-------------------------------------------

If it is not going to be removed in 0.24, should it be undeprecated in 0.22, 0.23 etc ?
                
> Remove RecordIO
> ---------------
>
>                 Key: HADOOP-7781
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7781
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: record
>    Affects Versions: 0.24.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 0.24.0
>
>
> HADOOP-6155 deprecated RecordIO in 0.21. We should remove it from trunk, as nothing anymore uses it and the tests are taking up resources.
> We should attempt to remove record IO and also check for any references to it within the MR and HDFS projects. Meanwhile, Avro has come up as a fine replacement for it, and has been use inside Hadoop now for quite a while.

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

        

[jira] [Commented] (HADOOP-7781) Remove RecordIO

Posted by "Harsh J (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138220#comment-13138220 ] 

Harsh J commented on HADOOP-7781:
---------------------------------

Found no use of record package in HDFS. Found one count of use in MapReduce, easily removable via MAPREDUCE-3302.
                
> Remove RecordIO
> ---------------
>
>                 Key: HADOOP-7781
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7781
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: record
>    Affects Versions: 0.24.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 0.24.0
>
>
> HADOOP-6155 deprecated RecordIO in 0.21. We should remove it from trunk, as nothing anymore uses it and the tests are taking up resources.
> We should attempt to remove record IO and also check for any references to it within the MR and HDFS projects. Meanwhile, Avro has come up as a fine replacement for it, and has been use inside Hadoop now for quite a while.

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

        

[jira] [Resolved] (HADOOP-7781) Remove RecordIO

Posted by "Owen O'Malley (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley resolved HADOOP-7781.
-----------------------------------

    Resolution: Won't Fix

People are still using record io.
                
> Remove RecordIO
> ---------------
>
>                 Key: HADOOP-7781
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7781
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: record
>    Affects Versions: 0.24.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Minor
>             Fix For: 0.24.0
>
>
> HADOOP-6155 deprecated RecordIO in 0.21. We should remove it from trunk, as nothing anymore uses it and the tests are taking up resources.
> We should attempt to remove record IO and also check for any references to it within the MR and HDFS projects. Meanwhile, Avro has come up as a fine replacement for it, and has been use inside Hadoop now for quite a while.

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