sunchao commented on a change in pull request #31642:
URL: https://github.com/apache/spark/pull/31642#discussion_r583316329



##########
File path: assembly/pom.xml
##########
@@ -136,6 +136,10 @@
           <artifactId>spark-yarn_${scala.binary.version}</artifactId>
           <version>${project.version}</version>
         </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>

Review comment:
       This artifact is only needed at runtime so included here in 
distribution. Ideally we should declare it as a runtime dependency. However, 
the `WebAppProxyServlet` class in the jar conflicts with the same one from 
`hadoop-cluster-client-minicluster` during tests.




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