[
https://issues.apache.org/jira/browse/YARN-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17946372#comment-17946372
]
ASF GitHub Bot commented on YARN-11793:
---------------------------------------
susheelgupta7 commented on PR #7497:
URL: https://github.com/apache/hadoop/pull/7497#issuecomment-2820778087
> Currently, only the yarn-router module and some code related to the
hadoop-common module remain to be upgraded
@slfan1989 Could you please review this patch please, if the upgrade of
above modules are completed ??.
The test failures are unrelated. These tests are passing with or without the
patch locally.
> 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: [email protected]
For additional commands, e-mail: [email protected]