[ https://issues.apache.org/jira/browse/HDFS-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aaron Kimball updated HDFS-768: ------------------------------- Attachment: HDFS-768.2.patch Here's a patch that uses the new approach to package contribs in HDFS. The raid project has a lot of unshipped dependencies which will be fixed by this. Some of the raid dependencies were on incompatible versions of libraries; I've updated these as follows: * aspectj: upgraded 1.5.3 to 1.6.4 * commons-httpclient: DOWNGRADED 3.1 to 3.0.1 There were three dependencies that I couldn't fix -- servlet-api-2.5.jar, slf4j-log4j12-1.4.3.jar, and jsp-api-2.0.jar. I don't know why, but ivy complains that it can't find the specified versions of these if I use the properties from the main project. Maybe someone who's better with ivy than I could take a look, or a raid-project maintainer should update the rest of the dependencies. In either case, I don't think this is a blocker for inclusion of this patch. Just something to be fixed down the line. > HDFS Contrib project ivy dependencies are not included in binary target > ----------------------------------------------------------------------- > > Key: HDFS-768 > URL: https://issues.apache.org/jira/browse/HDFS-768 > Project: Hadoop HDFS > Issue Type: Bug > Components: build > Reporter: Aaron Kimball > Assignee: Aaron Kimball > Priority: Critical > Attachments: HDFS-768.2.patch, HDFS-768.patch > > > As in HADOOP-6370, 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.