This is an automated email from the ASF dual-hosted git repository.
epayne pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 188ebb5 HADOOP-17373. hadoop-client-integration-tests doesn't work
when building with skipShade (#2458)
188ebb5 is described below
commit 188ebb5a9bb63dcd708b3f3598cf996d54cd77f6
Author: Chao Sun <[email protected]>
AuthorDate: Wed Nov 11 09:37:23 2020 -0800
HADOOP-17373. hadoop-client-integration-tests doesn't work when building
with skipShade (#2458)
---
hadoop-client-modules/hadoop-client-integration-tests/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/hadoop-client-modules/hadoop-client-integration-tests/pom.xml
b/hadoop-client-modules/hadoop-client-integration-tests/pom.xml
index 7a47cc5..978918e 100644
--- a/hadoop-client-modules/hadoop-client-integration-tests/pom.xml
+++ b/hadoop-client-modules/hadoop-client-integration-tests/pom.xml
@@ -180,6 +180,12 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-server-tests</artifactId>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
</dependencies>
</profile>
</profiles>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]