From 188ebb5a9bb63dcd708b3f3598cf996d54cd77f6 Mon Sep 17 00:00:00 2001 From: Chao Sun Date: Wed, 11 Nov 2020 09:37:23 -0800 Subject: [PATCH] HADOOP-17373. hadoop-client-integration-tests doesn't work when building with skipShade (#2458) --- .../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 7a47cc5a90..978918e406 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 @@ test test-jar + + org.apache.hadoop + hadoop-yarn-server-tests + test + test-jar +