You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Rong-En Fan (JIRA)" <ji...@apache.org> on 2008/04/11 07:52:11 UTC

[jira] Created: (HBASE-574) HBase does not load hadoop native libs

HBase does not load hadoop native libs
--------------------------------------

                 Key: HBASE-574
                 URL: https://issues.apache.org/jira/browse/HBASE-574
             Project: Hadoop HBase
          Issue Type: Bug
          Components: io
    Affects Versions: 0.1.0, 0.2.0, 0.1.2, 0.1.1
            Reporter: Rong-En Fan


After moving out from hadoop/contrib, the standalone release does not include hadoop native libs in hbase/lib/native while it still includes hadoop-core.jar. I think they should be included as well to improve speed for compression and decompression.


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


[jira] Commented: (HBASE-574) HBase does not load hadoop native libs

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588738#action_12588738 ] 

stack commented on HBASE-574:
-----------------------------

Added 0.16.2 native libs to TRUNK as placeholder until 0.17 release.  Applied patch for bin/hbase to TRUNK too.

> HBase does not load hadoop native libs
> --------------------------------------
>
>                 Key: HBASE-574
>                 URL: https://issues.apache.org/jira/browse/HBASE-574
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.2.0, 0.1.2, 0.1.0, 0.1.1
>            Reporter: Rong-En Fan
>            Assignee: stack
>            Priority: Blocker
>             Fix For: 0.2.0, 0.1.2
>
>         Attachments: hbase-native.diff
>
>
> After moving out from hadoop/contrib, the standalone release does not include hadoop native libs in hbase/lib/native while it still includes hadoop-core.jar. I think they should be included as well to improve speed for compression and decompression.

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


[jira] Updated: (HBASE-574) HBase does not load hadoop native libs

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

stack updated HBASE-574:
------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thanks for the patch Rong-En Fan.

Added native libs from hadoop-0.16.2 to hbase branch.

Confirmed on a linux machine that stuff is loaded:

{code}
2008-04-14 19:21:04,392 INFO org.apache.hadoop.io.compress.zlib.ZlibFactory: Successfully loaded & initialized native-zlib library
{code}

When we upgrade branch to 0.16.3 hadoop, need to upgrade native libs at same time.

> HBase does not load hadoop native libs
> --------------------------------------
>
>                 Key: HBASE-574
>                 URL: https://issues.apache.org/jira/browse/HBASE-574
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.2.0, 0.1.2, 0.1.0, 0.1.1
>            Reporter: Rong-En Fan
>            Assignee: stack
>            Priority: Blocker
>             Fix For: 0.2.0, 0.1.2
>
>         Attachments: hbase-native.diff
>
>
> After moving out from hadoop/contrib, the standalone release does not include hadoop native libs in hbase/lib/native while it still includes hadoop-core.jar. I think they should be included as well to improve speed for compression and decompression.

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


[jira] Updated: (HBASE-574) HBase does not load hadoop native libs

Posted by "Rong-En Fan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rong-En Fan updated HBASE-574:
------------------------------

    Attachment: hbase-native.diff

> HBase does not load hadoop native libs
> --------------------------------------
>
>                 Key: HBASE-574
>                 URL: https://issues.apache.org/jira/browse/HBASE-574
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.2.0, 0.1.2, 0.1.1, 0.1.0
>            Reporter: Rong-En Fan
>         Attachments: hbase-native.diff
>
>
> After moving out from hadoop/contrib, the standalone release does not include hadoop native libs in hbase/lib/native while it still includes hadoop-core.jar. I think they should be included as well to improve speed for compression and decompression.

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


[jira] Updated: (HBASE-574) HBase does not load hadoop native libs

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

stack updated HBASE-574:
------------------------

    Fix Version/s: 0.1.2
                   0.2.0
         Priority: Blocker  (was: Major)

+1 on patch.  Lets get this into 0.1.2 release.   Changed it to blocker for that release.  Need to commit the native libs from 0.16.3 hadoop at same time.

> HBase does not load hadoop native libs
> --------------------------------------
>
>                 Key: HBASE-574
>                 URL: https://issues.apache.org/jira/browse/HBASE-574
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.2.0, 0.1.2, 0.1.1, 0.1.0
>            Reporter: Rong-En Fan
>            Priority: Blocker
>             Fix For: 0.2.0, 0.1.2
>
>         Attachments: hbase-native.diff
>
>
> After moving out from hadoop/contrib, the standalone release does not include hadoop native libs in hbase/lib/native while it still includes hadoop-core.jar. I think they should be included as well to improve speed for compression and decompression.

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


[jira] Updated: (HBASE-574) HBase does not load hadoop native libs

Posted by "Rong-En Fan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rong-En Fan updated HBASE-574:
------------------------------

    Status: Patch Available  (was: Open)

> HBase does not load hadoop native libs
> --------------------------------------
>
>                 Key: HBASE-574
>                 URL: https://issues.apache.org/jira/browse/HBASE-574
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.1.0, 0.1.1, 0.2.0, 0.1.2
>            Reporter: Rong-En Fan
>         Attachments: hbase-native.diff
>
>
> After moving out from hadoop/contrib, the standalone release does not include hadoop native libs in hbase/lib/native while it still includes hadoop-core.jar. I think they should be included as well to improve speed for compression and decompression.

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


[jira] Commented: (HBASE-574) HBase does not load hadoop native libs

Posted by "Rong-En Fan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588494#action_12588494 ] 

Rong-En Fan commented on HBASE-574:
-----------------------------------

I must overlook the log. In addition to put lib/native, we still need to set proper environment in bin/hbase so that java can find the native libs. Please check the enclosed patch.

> HBase does not load hadoop native libs
> --------------------------------------
>
>                 Key: HBASE-574
>                 URL: https://issues.apache.org/jira/browse/HBASE-574
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.2.0, 0.1.2, 0.1.1, 0.1.0
>            Reporter: Rong-En Fan
>         Attachments: hbase-native.diff
>
>
> After moving out from hadoop/contrib, the standalone release does not include hadoop native libs in hbase/lib/native while it still includes hadoop-core.jar. I think they should be included as well to improve speed for compression and decompression.

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


[jira] Assigned: (HBASE-574) HBase does not load hadoop native libs

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

stack reassigned HBASE-574:
---------------------------

    Assignee: stack

> HBase does not load hadoop native libs
> --------------------------------------
>
>                 Key: HBASE-574
>                 URL: https://issues.apache.org/jira/browse/HBASE-574
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.2.0, 0.1.2, 0.1.1, 0.1.0
>            Reporter: Rong-En Fan
>            Assignee: stack
>            Priority: Blocker
>             Fix For: 0.2.0, 0.1.2
>
>         Attachments: hbase-native.diff
>
>
> After moving out from hadoop/contrib, the standalone release does not include hadoop native libs in hbase/lib/native while it still includes hadoop-core.jar. I think they should be included as well to improve speed for compression and decompression.

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