pan3793 commented on code in PR #8699:
URL: https://github.com/apache/hadoop/pull/8699#discussion_r3860346238


##########
hadoop-client-modules/hadoop-client-minicluster/pom.xml:
##########
@@ -632,7 +632,7 @@
     </dependency>
     <dependency>
       <groupId>org.glassfish.jersey.test-framework.providers</groupId>
-      <artifactId>jersey-test-framework-provider-jetty</artifactId>
+      <artifactId>jersey-test-framework-provider-grizzly2</artifactId>

Review Comment:
   I'm not familiar with this part, why should we move from `...provider-jetty` 
to `...provider-grizzly2`? will the latter pull in other dependencies? I 
checked that spark uses `...provider-simple` which sounds lighter, is it 
sufficient for hadoop use case?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to