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

Elek, Marton commented on HDDS-1179:
------------------------------------

I am not sure if this is the root cause. I think object store is a dependency 
in the hadoop-ozone/dist even now:

{code}
cd hadoop-ozone/dist
mvn dependency:tree | grep objectstore
org.apache.hadoop:hadoop-ozone-objectstore-service:jar:0.4.0-SNAPSHOT:compile
{code}

So there is no problem with the hadoop-ozone-objectstore IMHO.

The real problem here is that our personality in HDDS-891 is vetoed and it's 
not part of the build any more. We switched back to do partial builds with 
Yetus which is bad (and it seems that our artifacts are missing from the 
snapshot repository).


> 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, HDDS-1179.002.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]

Reply via email to