[
https://issues.apache.org/jira/browse/HDDS-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777458#comment-16777458
]
Xiaoyu Yao commented on HDDS-1179:
----------------------------------
Related Error message from the repro steps.
{code}
[INFO] Apache Hadoop Ozone Distribution 0.4.0-SNAPSHOT .... FAILURE [ 1.305 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:26 min
[INFO] Finished at: 2019-02-25T12:01:32-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec
(dist) on project hadoop-ozone-dist: Command execution failed.: Process exited
with an error: 1 (Exit value: 1) -> [Help 1]
Seems one file copy failed:
$ mkdir -p ./share/hadoop/ozoneplugin
$ cp
/Users/xyao/git/hadoop/hadoop-ozone/objectstore-service/target/hadoop-ozone-objectstore-service-0.4.0-SNAPSHOT-plugin.jar
./share/hadoop/ozoneplugin/hadoop-ozone-datanode-plugin-0.4.0-SNAPSHOT.jar
Failed!
{code}
> Ozone dist build failed on Jenkins
> ----------------------------------
>
> Key: HDDS-1179
> URL: https://issues.apache.org/jira/browse/HDDS-1179
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Reporter: Xiaoyu Yao
> Assignee: Xiaoyu Yao
> Priority: Major
> Attachments: HDDS-1179.001.patch
>
>
> This is part of the Jenkins execution and was reported in several latest HDDS
> Jenkins run.
> I spend some today and found a simplified repro steps:
> {code}
> cd hadoop-ozone/dist
> mvn -Phdds -DskipTests -fae clean install -DskipTests=true
> -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true
> {code}
>
> The root cause is that the
> hadoop-ozone/dist/dev-support/bin/dist-layout-stitching need
> objectstore-sevice jar being build earlier but he dependency was not
> explicitly declared in pom. I will attach a fix shortly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]