[ https://issues.apache.org/jira/browse/YARN-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937248#comment-17937248 ]
ASF GitHub Bot commented on YARN-11793: --------------------------------------- slfan1989 commented on PR #7497: URL: https://github.com/apache/hadoop/pull/7497#issuecomment-2741942262 > @susheelgupta7 , thank you for the new patch. I agree with @slfan1989 on sequencing this after the YARN JUnit 5 upgrades. Then, we can check for a clean test run here. @cnauroth Thank you for your message! Starting today, I will continue with the YARN JUnit 5 upgrade. I was a bit tied up with work over the past few days, which caused a slight delay. cc: @susheelgupta7 > Remove grizzly-http-* dependencies from Hadoop to avoid transitive inclusions. > ------------------------------------------------------------------------------ > > Key: YARN-11793 > URL: https://issues.apache.org/jira/browse/YARN-11793 > Project: Hadoop YARN > Issue Type: Task > Affects Versions: 3.5.0, 3.4.2 > Reporter: Susheel Gupta > Assignee: Susheel Gupta > Priority: Major > Labels: pull-request-available > Fix For: 3.5.0, 3.4.2 > > Attachments: dependency-tree-trunk.txt > > > The grizzly-http-* dependencies are still being pulled into the build despite > their removal in a previous patch HADOOP-18620 . The issue occurs because > jersey-test-framework-grizzly2 has transitive dependencies on > jersey-grizzly2-servlet, which in turn brings in grizzly-http, > grizzly-http-server, and grizzly-http-servlet. > {code:java} > [INFO] | +- org.apache.hadoop:hadoop-yarn-common:jar:3.5.0-SNAPSHOT:provided > [INFO] | | +- > org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:2.46:provided > [INFO] | | | +- > org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:2.46:provided > [INFO] | | | +- > org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.46:provided > [INFO] | | | | \- > org.glassfish.grizzly:grizzly-http-server:jar:2.4.4:provided > [INFO] | | | | \- org.glassfish.grizzly:grizzly-http:jar:2.4.4:provided > [INFO] | | | | \- > org.glassfish.grizzly:grizzly-framework:jar:2.4.4:provided {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org