Skip to content

Commit cbb93e8

Browse files
committed
- Added comment related to SPARK-3710 about hadoop-yarn-server-tests in Hadoop 2.2 that fails to pull some needed dependencies
1 parent 83dc332 commit cbb93e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

yarn/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,12 @@
8686
<artifactId>jetty-servlet</artifactId>
8787
</dependency>
8888
<!-- End of shaded deps. -->
89-
89+
90+
<!--
91+
See SPARK-3710. hadoop-yarn-server-tests in Hadoop 2.2 fails to pull some needed
92+
dependencies, so they need to be added manually for the tests to work.
93+
-->
94+
9095
<dependency>
9196
<groupId>org.apache.hadoop</groupId>
9297
<artifactId>hadoop-yarn-server-tests</artifactId>

0 commit comments

Comments
 (0)