LuciferYang commented on a change in pull request #29824:
URL: https://github.com/apache/spark/pull/29824#discussion_r492204351



##########
File path: resource-managers/yarn/pom.xml
##########
@@ -88,6 +88,13 @@
       <artifactId>hadoop-client</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>jakarta.servlet</groupId>
+      <artifactId>jakarta.servlet-api</artifactId>
+      <version>4.0.3</version>
+      <scope>test</scope>
+    </dependency>
+

Review comment:
       Try to excluding 4.0.x from parent pom.xml and `core/pom.xml` as follow:
   
   
![image](https://user-images.githubusercontent.com/1475305/93795937-b580b500-fc6c-11ea-8bf0-2e5a9f7a4e48.png)
   
   then and remove `jakarta.servlet-api` dependency from 
`resource-managers/yarn/pom.xml` and rebuild&rerun the test case but still 
failed :( ..., It seems that 4.0.x is needed in the test
   




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

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