浏览代码

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

Eric Yang 6 年之前
父节点
当前提交
beb850d8f7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      hadoop-minicluster/pom.xml

+ 6 - 0
hadoop-minicluster/pom.xml

@@ -104,6 +104,12 @@
       <artifactId>hadoop-mapreduce-client-hs</artifactId>
       <artifactId>hadoop-mapreduce-client-hs</artifactId>
       <scope>compile</scope>
       <scope>compile</scope>
     </dependency>
     </dependency>
+
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-web-proxy</artifactId>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
   </dependencies>
 
 
 </project>
 </project>