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

Steve Loughran commented on HADOOP-9971:
----------------------------------------


I see why it would be nice to have those native libs (because I am bored of 
being told off for not having them in downstream apps) -but this is going to be 
very brittle unless you actually publish native libs using version markers that 
include OS & gcc versions in them, eg
hadoop-native-2.2-RHEL-6.3, hadoop-native-2.2-Ubuntu-13.04, 
hadoop-native-2.2-OSX. Maven doesn't actually stop you doing this, but the code 
downstream does need to know
which version to fetch.


                
> 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