You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by su...@apache.org on 2020/11/11 17:50:01 UTC

[hadoop] 02/02: HADOOP-17373. hadoop-client-integration-tests doesn't work when building with skipShade (#2458)

This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 8e4b1cd192a719afda5d9f82089fadf22a900ab7
Author: Chao Sun <su...@apache.org>
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 23fc884..09cc1c2 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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org