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 "John Lewis (Created) (JIRA)" <ji...@apache.org> on 2012/02/13 23:18:59 UTC

[jira] [Created] (HADOOP-8067) Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0

Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0
-------------------------------------------------------------------------

                 Key: HADOOP-8067
                 URL: https://issues.apache.org/jira/browse/HADOOP-8067
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
    Affects Versions: 1.0.0
         Environment: Red Hat 5.5 64bit

            Reporter: John Lewis


We were able to successfully configure and run HBase 0.92.0 on top of Hadoop 1.0.0. But when we were following the directions stated on http://wiki.apache.org/hadoop/UsingLzoCompression on enabling LZO compression in HBase we are getting errors building hadoop-gpl-compression with the hadoop-core-1.0.0.jar. These errors seem to be a result of different classes being deprecated. 

When we use an older version of hadoop core jar such as hadoop-core-0.20.2.jar, we are able to build the hadoop-gpl-compression-0.1.0-dev.jar and native folder with no errors. Also after copying those files to the HBase library LZO functions without any errors even with HBase being on top of Hadoop 1.0.0.

Is there an LZO build compatible with Hadoop 1.0.0?

--
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-8067) Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0

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

Kihwal Lee commented on HADOOP-8067:
------------------------------------

May be this will work better: https://github.com/hortonworks/hadoop-lzo
                
> Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-8067
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8067
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.0.0
>         Environment: Red Hat 5.5 64bit
>            Reporter: John Lewis
>
> We were able to successfully configure and run HBase 0.92.0 on top of Hadoop 1.0.0. But when we were following the directions stated on http://wiki.apache.org/hadoop/UsingLzoCompression on enabling LZO compression in HBase we are getting errors building hadoop-gpl-compression with the hadoop-core-1.0.0.jar. These errors seem to be a result of different classes being deprecated. 
> When we use an older version of hadoop core jar such as hadoop-core-0.20.2.jar, we are able to build the hadoop-gpl-compression-0.1.0-dev.jar and native folder with no errors. Also after copying those files to the HBase library LZO functions without any errors even with HBase being on top of Hadoop 1.0.0.
> Is there an LZO build compatible with Hadoop 1.0.0?

--
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-8067) Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0

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

John Lewis commented on HADOOP-8067:
------------------------------------

Using the link and downloading the hadoop-lzo.tar, we were able to successfully build it without relying on the hadoop-core-0.20.2.jar. After copying the necessary built files to the HBase library, LZO functions as expect and without any errors. Thanks
                
> Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-8067
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8067
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.0.0
>         Environment: Red Hat 5.5 64bit
>            Reporter: John Lewis
>
> We were able to successfully configure and run HBase 0.92.0 on top of Hadoop 1.0.0. But when we were following the directions stated on http://wiki.apache.org/hadoop/UsingLzoCompression on enabling LZO compression in HBase we are getting errors building hadoop-gpl-compression with the hadoop-core-1.0.0.jar. These errors seem to be a result of different classes being deprecated. 
> When we use an older version of hadoop core jar such as hadoop-core-0.20.2.jar, we are able to build the hadoop-gpl-compression-0.1.0-dev.jar and native folder with no errors. Also after copying those files to the HBase library LZO functions without any errors even with HBase being on top of Hadoop 1.0.0.
> Is there an LZO build compatible with Hadoop 1.0.0?

--
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-8067) Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0

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

John Lewis resolved HADOOP-8067.
--------------------------------

                Tags: LZO, Hadoop-1.0.0, HBase-0.92.0
          Resolution: Fixed
       Fix Version/s: 1.0.0
    Target Version/s: 1.0.0

Using the hadoop-lzo-0.4.15.jar and native files from the build provided from https://github.com/hortonworks/hadoop-lzo we were able to enable LZO and get it functioning with Hadoop 1.0.0 and HBase 0.92.0 without any errors.
                
> Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-8067
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8067
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.0.0
>         Environment: Red Hat 5.5 64bit
>            Reporter: John Lewis
>             Fix For: 1.0.0
>
>
> We were able to successfully configure and run HBase 0.92.0 on top of Hadoop 1.0.0. But when we were following the directions stated on http://wiki.apache.org/hadoop/UsingLzoCompression on enabling LZO compression in HBase we are getting errors building hadoop-gpl-compression with the hadoop-core-1.0.0.jar. These errors seem to be a result of different classes being deprecated. 
> When we use an older version of hadoop core jar such as hadoop-core-0.20.2.jar, we are able to build the hadoop-gpl-compression-0.1.0-dev.jar and native folder with no errors. Also after copying those files to the HBase library LZO functions without any errors even with HBase being on top of Hadoop 1.0.0.
> Is there an LZO build compatible with Hadoop 1.0.0?

--
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