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

Eric Badger commented on HADOOP-12893:
--------------------------------------

[~ajisakaa], [~aw], [~xiaochen], branch-2.7 is failing to build for me after 
this patch was committed. 

{noformat}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on 
project hadoop-project: Resources archive cannot be found. Failure to find 
org.apache.hadoop:hadoop-build-tools:jar:2.7.4-SNAPSHOT in 
http://weakdinner:8081/nexus/content/groups/public was cached in the local 
repository, resolution will not be reattempted until the update interval of 
nexus has elapsed or updates are forced
{noformat}

If I move the hadoop-build-tools module ahead of hadoop-project in the 
hadoop/pom.xml file, then it builds fine. So, it looks as if there's a missed 
dependency in hadoop-project and hadoop-build-tools isn't available when it's 
required. The build also succeeds if you mvn install in the hadoop-build-tools 
directory before doing a build from the top level of hadoop. 

{noformat}
107   <modules>
108     <module>hadoop-project</module>
109     <module>hadoop-project-dist</module>
110     <module>hadoop-assemblies</module>
111     <module>hadoop-maven-plugins</module>
112     <module>hadoop-common-project</module>
113     <module>hadoop-hdfs-project</module>
114     <module>hadoop-yarn-project</module>
115     <module>hadoop-mapreduce-project</module>
116     <module>hadoop-tools</module>
117     <module>hadoop-dist</module>
118     <module>hadoop-client</module>
119     <module>hadoop-minicluster</module>
120     <module>hadoop-build-tools</module>
121   </modules>
{noformat}

> Verify LICENSE.txt and NOTICE.txt
> ---------------------------------
>
>                 Key: HADOOP-12893
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12893
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.8.0, 2.7.3, 2.6.5, 3.0.0-alpha1
>            Reporter: Allen Wittenauer
>            Assignee: Xiao Chen
>            Priority: Blocker
>             Fix For: 2.7.3, 2.6.5
>
>         Attachments: HADOOP-12893.002.patch, HADOOP-12893.003.patch, 
> HADOOP-12893.004.patch, HADOOP-12893.005.patch, HADOOP-12893.006.patch, 
> HADOOP-12893.007.patch, HADOOP-12893.008.patch, HADOOP-12893.009.patch, 
> HADOOP-12893.01.patch, HADOOP-12893.011.patch, HADOOP-12893.012.patch, 
> HADOOP-12893.10.patch, HADOOP-12893.branch-2.01.patch, 
> HADOOP-12893.branch-2.6.01.patch, HADOOP-12893.branch-2.7.01.patch, 
> HADOOP-12893.branch-2.7.02.patch, HADOOP-12893.branch-2.7.3.01.patch
>
>
> We have many bundled dependencies in both the source and the binary artifacts 
> that are not in LICENSE.txt and NOTICE.txt.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to