[
https://issues.apache.org/jira/browse/HADOOP-6503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803600#action_12803600
]
Todd Lipcon commented on HADOOP-6503:
-------------------------------------
HADOOP-5956 just patched those two particular targets. There are plenty of
other targets which have the same issue lurking:
{noformat}
t...@todd-laptop:~/cloudera/cdh/repos/hadoop-0.20$ find src/contrib/ -name
ivy.xml | xargs grep -L commons-cli
src/contrib/scribe-log4j/ivy.xml
src/contrib/vaidya/ivy.xml
src/contrib/hdfsproxy/ivy.xml
src/contrib/fuse-dfs/ivy.xml
src/contrib/index/ivy.xml
src/contrib/mrunit/ivy.xml
src/contrib/failmon/ivy.xml
src/contrib/fairscheduler/ivy.xml
src/contrib/capacity-scheduler/ivy.xml
src/contrib/hod/ivy.xml
src/contrib/eclipse-plugin/ivy.xml
src/contrib/data_join/ivy.xml
src/contrib/thriftfs/ivy.xml
{noformat}
perhaps they haven't been triggered yet, but don't you think the idea here is
correct?
> contrib projects should pull in the ivy-fetched libs from the root project
> --------------------------------------------------------------------------
>
> Key: HADOOP-6503
> URL: https://issues.apache.org/jira/browse/HADOOP-6503
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 0.20.1
> Reporter: Todd Lipcon
> Assignee: Todd Lipcon
> Attachments: hadoop-6503-branch-0.20.txt
>
>
> On branch-20 currently, I get an error just running "ant contrib
> -Dtestcase=TestHdfsProxy". In a full "ant test" build sometimes this doesn't
> appear to be an issue. The problem is that the contrib projects don't
> automatically pull in the dependencies of the "Hadoop" ivy project. Thus,
> they each have to declare all of the common dependencies like commons-cli,
> etc. Some are missing and this causes test failures.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.