Bodor Laszlo

Results 179 comments of Bodor Laszlo

thanks @slfan1989 for this effort, it means a lot to the Tez project! I believe "Tez" related stuff cannot stay in the hadoop repository, so if you think the unit...

@Aggarwal-Raghav : I can see only 1 problem in tez-javadoc-tools while compiling the java 17+ version

> Please suggest, what needs to be done. sorry for the late reply, it has passed for me too locally, can you rebase and push to see it now? and...

looks good to me, spotbugs should be fixed though in [TEZ-4669](https://issues.apache.org/jira/browse/TEZ-4669)

> looks good to me, spotbugs should be fixed though in [TEZ-4669](https://issues.apache.org/jira/browse/TEZ-4669) I'll double-check the javadoc tools build, because it's weird...it compiles for me locally too

> > I'm speculating and might be wrong but is it possible that the `-Dmaven.repo.local=/home/jenkins/jenkins-home/workspace/tez-multibranch_PR-441/yetus-m2/tez-master-patch-0` is gone by the time this ran? > > ``` > > /patch-mvninstall-tez-tests.txt > >...

I just hacked yetus to add -X to maven command and explode, will see :) https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-441/4/console

> @Aggarwal-Raghav spotbugs report showing -1 for all modules. It is failed due to below error. Can you check it ? > > ``` > > 1) null returned by...

debug level maven logs revealed new exotic things: ``` [WARNING] Invalid POM for org.apache.tez:tez-dag:jar:1.0.0-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details: Some problems...

reproduced the maven compile problem on an ubuntu server by hitting the same commands as yetus: ``` mvn clean cd tez-api && mvn clean install -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true -Dspotbugs.skip=true...