소스 검색

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>
       <scope>compile</scope>
     </dependency>
+
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-web-proxy</artifactId>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 
 </project>