You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Jonathan Eagles (JIRA)" <ji...@apache.org> on 2019/04/24 15:13:00 UTC

[jira] [Created] (TEZ-4065) Yetus build fails on trunk due to relying on snapshot dependencies

Jonathan Eagles created TEZ-4065:
------------------------------------

             Summary: Yetus build fails on trunk due to relying on snapshot dependencies
                 Key: TEZ-4065
                 URL: https://issues.apache.org/jira/browse/TEZ-4065
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Jonathan Eagles


As noted in TEZ-4062, Yetus tez builds for provided patch. Very first maven build step fails.

{code}
cd /testptch/tez/tez-dag
/usr/bin/mvn --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/PreCommit-TEZ-Build/yetus-m2/tez-master-patch-0 -fae clean install -DskipTests=true -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > /testptch/patchprocess/branch-mvninstall-tez-dag.txt 2>&1
Elapsed:   3m 19s

tez-dag in master failed.
{code}

The cause is because there is no top level master install step. Instead, it tries to download Tez snapshot dependencies which are out of date. 

How do I convince Yetus to do a top level build like PreCommit-YARN?
Looking at a similar build in YARN first build step installs at the top level.
https://builds.apache.org/job/PreCommit-YARN-Build/24016/consoleText
{code}
cd /testptch/hadoop
/usr/bin/mvn --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/yetus-m2/hadoop-trunk-patch-1 -Ptest-patch -DskipTests -fae clean install -DskipTests=true -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > /testptch/patchprocess/branch-mvninstall-root.txt 2>&1
Elapsed:  18m 20s
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)