[ 
https://issues.apache.org/jira/browse/YARN-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933419#comment-17933419
 ] 

ASF GitHub Bot commented on YARN-11793:
---------------------------------------

susheelgupta7 opened a new pull request, #7482:
URL: https://github.com/apache/hadoop/pull/7482

   …ransitive inclusions.
   
   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'HADOOP-17799. Your PR title ...'.
   -->
   
   ### Description of PR
   
   
   ### How was this patch tested?
   
   
   ### For code changes:
   
   - [X] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [ ] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, 
`NOTICE-binary` files?
   
   




> 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
>
>         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

Reply via email to