From beb850d8f7f1fefa7a6d9502df2b4a4eea372523 Mon Sep 17 00:00:00 2001 From: Eric Yang Date: Thu, 18 Oct 2018 15:46:15 -0400 Subject: [PATCH] YARN-8899. Fixed minicluster dependency on yarn-server-web-proxy. Contributed by Robert Kanter --- hadoop-minicluster/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hadoop-minicluster/pom.xml b/hadoop-minicluster/pom.xml index 34f5b0e3ba1..a138f87b4f6 100644 --- a/hadoop-minicluster/pom.xml +++ b/hadoop-minicluster/pom.xml @@ -104,6 +104,12 @@ hadoop-mapreduce-client-hs compile + + + org.apache.hadoop + hadoop-yarn-server-web-proxy + compile +