[ 
https://issues.apache.org/jira/browse/HADOOP-9971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770358#comment-13770358
 ] 

Liu Shaohui commented on HADOOP-9971:
-------------------------------------

[~cnauroth]Thanks for pointing these problems. The native libs vary on 
different platform and even on different glibc versions. hadoop-snappy also 
don't solve these problems and you need to compile it according to platform and 
glibc you use. 

This patch is useful for the companies whose online servers have same platform 
and glibc version. One compiles the common native libs and uploads it to maven 
repository, every other projects can use it without caring about compatibility.
                
> Pack hadoop compress native libs and upload it to maven for other projects to 
> depend on
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-9971
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9971
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Liu Shaohui
>            Priority: Minor
>         Attachments: HADOOP-9971-trunk-v1.diff
>
>
> Currently, if other projects like hbase want to using hadoop common native 
> lib, they must copy the native libs to their distribution, which is not 
> agile. From the idea of 
> hadoop-snappy(http://code.google.com/p/hadoop-snappy), we can pack the hadoop 
> common native lib and upload it to maven repository for other projects to 
> depend on.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to