Steve Vaughan created YARN-11458:
------------------------------------
Summary: Maven parallel build fails when Yarn UI v2 is enabled
Key: YARN-11458
URL: https://issues.apache.org/jira/browse/YARN-11458
Project: Hadoop YARN
Issue Type: Bug
Components: yarn, yarn-ui-v2
Affects Versions: 3.3.4, 3.4.0, 3.3.5, 3.3.9
Environment: The problem occurs sporadically while using the Hadoop
development environment (Ubuntu)
Reporter: Steve Vaughan
Assignee: Steve Vaughan
Running a parallel build fails during assembly with the following error when
running either package or install:
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.4:single (package-yarn) on
project hadoop-yarn-project: Failed to create assembly: Error creating assembly
archive hadoop-yarn-dist:
/workspace/hadoop-yarn-project/./hadoop-yarn/hadoop-yarn-ui/target/webapp/tmp/sass_compiler-input_base_path-iNYf9pEm.tmp/vendor/ember-qunit/ember-qunit.map
-> [Help 1]{code}
This appears to be a race condition introduce when `-Pyarn-ui` is used because
the `hadoop-yarn-project` does not have a dependency listed for `yarn-ui`.
The command executed was:
{code:java}
$ mvn -nsu clean install -Pdist,native -DskipTests -Dtar
-Dmaven.javadoc.skip=true -T 2C {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]