Raghav Aggarwal

Results 97 comments of Raghav Aggarwal

[commons-lang3-dependency-tree.txt](https://github.com/user-attachments/files/23497937/commons-lang3-dependency-tree.txt)

Looks like UT failures are because of exclusion of common-lang 2.x in `hadoop-yarn-server-tests jar`. I have removed the exclusions. As the jar is in test scope dependency, we are only...

> @Aggarwal-Raghav : I can see only 1 problem in tez-javadoc-tools while compiling the java 17+ version @abstractdog , it is passing in local. Attaching the build logs for this...

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 /patch-mvninstall-tez-tools_tez-javadoc-tools.txt ``` ``` WARNING] The POM for org.apache.tez:tez-api:jar:1.0.0-SNAPSHOT...

> 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 > /patch-mvninstall-tez-tools_tez-javadoc-tools.txt > ```...

I'll also look into this over the weekend.

Can we remove this `cd` and replace with `-pl`and try once? I'm building that docker image in `build-tools/docker` but its taking time. ``` mvn clean install -pl tez-api,tez-dag,tez-mapreduce,tez-runtime-library,tez-runtime-internals,tez-tests \ -DskipTests...

I'm also able to repro with the steps you have shared on mac but @abstractdog , isn't this way of doing things wrong? if clean the ~/.m2/repository cache and build...