[ 
https://issues.apache.org/jira/browse/HADOOP-6370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom White updated HADOOP-6370:
------------------------------

    Status: Open  (was: Patch Available)

It looks like the contrib dependencies have never been distributed (e.g. index 
depends on Lucene, but the Lucene jar has not been bundled). I think it 
probably makes sense to distribute the dependencies though.

To put a particular contrib module's dependencies into contrib/<project>/lib we 
could copy all of its dependencies there, then remove duplicates using a 
present selector 
(http://ant.apache.org/manual/CoreTypes/selectors.html#presentselect). Could 
this work?



> Contrib project ivy dependencies are not included in binary target
> ------------------------------------------------------------------
>
>                 Key: HADOOP-6370
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6370
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Aaron Kimball
>            Assignee: Aaron Kimball
>            Priority: Critical
>         Attachments: HADOOP-6370.patch
>
>
> Only Hadoop's own library dependencies are promoted to ${build.dir}/lib; any 
> libraries required by contribs are not redistributed.

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

Reply via email to