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 "Arun C Murthy (JIRA)" <ji...@apache.org> on 2008/08/27 00:12:44 UTC

[jira] Created: (HADOOP-4030) LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs

LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs
-------------------------------------------------------------------------------

                 Key: HADOOP-4030
                 URL: https://issues.apache.org/jira/browse/HADOOP-4030
             Project: Hadoop Core
          Issue Type: Bug
          Components: io
    Affects Versions: 0.19.0
            Reporter: Arun C Murthy
            Assignee: Arun C Murthy
             Fix For: 0.19.0


Since we do not ship the native lzo codecs by default, we shouldn't have it in io.compression.codecs. Users might be thrown off by the errors which come up when the framework tries to load the lzo codecs (by default).

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


[jira] Commented: (HADOOP-4030) LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs

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

Hudson commented on HADOOP-4030:
--------------------------------

Integrated in Hadoop-trunk #586 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/586/])

> LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-4030
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4030
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.19.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4030_0_20080826.patch
>
>
> Since we do not ship the native lzo codecs by default, we shouldn't have it in io.compression.codecs. Users might be thrown off by the errors which come up when the framework tries to load the lzo codecs (by default).

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


[jira] Updated: (HADOOP-4030) LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs

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

Chris Douglas updated HADOOP-4030:
----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I just committed this

> LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-4030
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4030
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.19.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4030_0_20080826.patch
>
>
> Since we do not ship the native lzo codecs by default, we shouldn't have it in io.compression.codecs. Users might be thrown off by the errors which come up when the framework tries to load the lzo codecs (by default).

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


[jira] Updated: (HADOOP-4030) LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs

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

Arun C Murthy updated HADOOP-4030:
----------------------------------

    Status: Patch Available  (was: Open)

> LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-4030
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4030
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.19.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4030_0_20080826.patch
>
>
> Since we do not ship the native lzo codecs by default, we shouldn't have it in io.compression.codecs. Users might be thrown off by the errors which come up when the framework tries to load the lzo codecs (by default).

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


[jira] Updated: (HADOOP-4030) LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs

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

Arun C Murthy updated HADOOP-4030:
----------------------------------

    Attachment: HADOOP-4030_0_20080826.patch

Removing LzopCodec from hadoop-default.xml.

No test cases etc., only change to the configs.

> LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-4030
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4030
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.19.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4030_0_20080826.patch
>
>
> Since we do not ship the native lzo codecs by default, we shouldn't have it in io.compression.codecs. Users might be thrown off by the errors which come up when the framework tries to load the lzo codecs (by default).

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


[jira] Commented: (HADOOP-4030) LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625938#action_12625938 ] 

Chris Douglas commented on HADOOP-4030:
---------------------------------------

+1

> LzopCodec shouldn't be in the default list of codecs i.e. io.compression.codecs
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-4030
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4030
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.19.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4030_0_20080826.patch
>
>
> Since we do not ship the native lzo codecs by default, we shouldn't have it in io.compression.codecs. Users might be thrown off by the errors which come up when the framework tries to load the lzo codecs (by default).

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