Re: why is a hadoop dist taking so long to build

2020-05-18 Thread Akira Ajisaka
I think YARN-9606 broke the build. Reverted. Thank you, Ayush and Steve. -Akira On Fri, May 15, 2020 at 5:46 AM Ayush Saxena wrote: > Could be due to YARN-9606, got committed today itself. > https://issues.apache.org/jira/browse/YARN-9606 > The last build in the JIRA had -1 on shadedclient. > >

Re: why is a hadoop dist taking so long to build

2020-05-14 Thread Ayush Saxena
Could be due to YARN-9606, got committed today itself. https://issues.apache.org/jira/browse/YARN-9606 The last build in the JIRA had -1 on shadedclient. https://issues.apache.org/jira/browse/YARN-9606?focusedCommentId=17078443&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel

Re: why is a hadoop dist taking so long to build

2020-05-14 Thread Steve Loughran
ok, if it works for you, I Will play further with it. yetus seems to be unhappy too https://builds.apache.org/job/hadoop-multibranch/job/PR-2022/1/artifact/out/branch-mvninstall-root.txt On Tue, 12 May 2020 at 15:51, Ayush Saxena wrote: > Sorry, didn't see the first question. > Attached the Bui

Re: why is a hadoop dist taking so long to build

2020-05-12 Thread Ayush Saxena
Sorry, didn't see the first question. Attached the Build_Details for reference. With -DskipShade 5:18 Without -DskipShade : 12:52 -Ayush On Tue, 12 May 2020 at 19:51, Ayush Saxena wrote: > Hi Steve, > Just tried building with -DskipShade, It worked for me. > Executed *mvn clean install -DskipTe

Re: why is a hadoop dist taking so long to build

2020-05-12 Thread Ayush Saxena
Hi Steve, Just tried building with -DskipShade, It worked for me. Executed *mvn clean install -DskipTests -DskipShade -Pdist -Dmaven.javadoc.skip=true* Sharing the result : [INFO] [INFO] Reactor Summary for Apache Hadoop Mai