YARN-8899. Fixed minicluster dependency on yarn-server-web-proxy.
Contributed by Robert Kanter
This commit is contained in:
parent
f8d61b9fc2
commit
beb850d8f7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue