Przeglądaj źródła

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

Eric Yang 6 lat temu
rodzic
commit
beb850d8f7
1 zmienionych plików z 6 dodań i 0 usunięć
  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>