YARN-8899. Fixed minicluster dependency on yarn-server-web-proxy.

Contributed by Robert Kanter
This commit is contained in:
Eric Yang 2018-10-18 15:46:15 -04:00
parent f8d61b9fc2
commit beb850d8f7
1 changed files with 6 additions and 0 deletions

View File

@ -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>