vanzin commented on a change in pull request #24115: [SPARK-27180][BUILD][YARN]
Fix testing issues with yarn module in Hadoop-3
URL: https://github.com/apache/spark/pull/24115#discussion_r266690228
##########
File path:
resource-managers/yarn/src/test/java/org/apache/hadoop/net/ServerSocketUtil.java
##########
@@ -0,0 +1,132 @@
+/*
Review comment:
We do have other test-jar imports; some use `type` and some `classifier`.
Have you tried the latter? e.g. we have
```
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-tests</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]