You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Steve Vaughan (Jira)" <ji...@apache.org> on 2022/08/03 10:49:00 UTC

[jira] [Commented] (MAPREDUCE-7386) Maven parallel builds (skipping tests) fail

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

Steve Vaughan commented on MAPREDUCE-7386:
------------------------------------------

I was able to replicate regularly
 * a race condition in maven assembly where there were errors related to "missing artifacts", which were built as part of the build process.  Adding these JAR dependencies to the plugin made these dependencies explicit and addressed this issue
 * a race condition resulting in missing native dependencies during the distribution

> Maven parallel builds (skipping tests) fail
> -------------------------------------------
>
>                 Key: MAPREDUCE-7386
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7386
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.4.0, 3.3.9
>         Environment: The problem occurred while using the Hadoop development environment (Ubuntu)
>            Reporter: Steve Vaughan
>            Priority: Critical
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Running a parallel build fails during assembly with the following error when running either package or install:
> {code:java}
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (package-mapreduce) on project hadoop-mapreduce: Failed to create assembly: Artifact: org.apache.hadoop:hadoop-mapreduce-client-core:jar:3.4.0-SNAPSHOT (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. {code}
> {code:java}
> Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to create assembly: Artifact: org.apache.hadoop:hadoop-mapreduce-client-core:jar:3.4.0-SNAPSHOT (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated.  {code}
> The command executed was:
> {code:java}
> $ mvn -nsu clean install -Pdist,native -DskipTests -Dtar -Dmaven.javadoc.skip=true -T 2C {code}
> Adding dependencies to the assembly plugin configuration addresses the issue 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org