Skip to content

Commit

Permalink
YARN-8899. Fixed minicluster dependency on yarn-server-web-proxy.
Browse files Browse the repository at this point in the history
            Contributed by Robert Kanter
  • Loading branch information
macroadster committed Oct 18, 2018
1 parent f8d61b9 commit beb850d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hadoop-minicluster/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit beb850d

Please sign in to comment.