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 <[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 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: [email protected] For additional commands, e-mail: [email protected]
