Repository: hadoop
Updated Branches:
  refs/heads/trunk f8d61b9fc -> beb850d8f


YARN-8899.  Fixed minicluster dependency on yarn-server-web-proxy.
            Contributed by Robert Kanter


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/beb850d8
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/beb850d8
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/beb850d8

Branch: refs/heads/trunk
Commit: beb850d8f7f1fefa7a6d9502df2b4a4eea372523
Parents: f8d61b9
Author: Eric Yang <[email protected]>
Authored: Thu Oct 18 15:46:15 2018 -0400
Committer: Eric Yang <[email protected]>
Committed: Thu Oct 18 15:46:15 2018 -0400

----------------------------------------------------------------------
 hadoop-minicluster/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/beb850d8/hadoop-minicluster/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-minicluster/pom.xml b/hadoop-minicluster/pom.xml
index 34f5b0e..a138f87 100644
--- a/hadoop-minicluster/pom.xml
+++ b/hadoop-minicluster/pom.xml
@@ -104,6 +104,12 @@
       <artifactId>hadoop-mapreduce-client-hs</artifactId>
       <scope>compile</scope>
     </dependency>
+
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-web-proxy</artifactId>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to