Skip to content
Snippets Groups Projects
Commit b11058f4 authored by Mridul Muralidharan's avatar Mridul Muralidharan
Browse files

Ensure that maven package adds yarn jars as part of shaded jar for hadoop2-yarn profile

parent 7acab3ab
No related branches found
No related tags found
No related merge requests found
...@@ -189,17 +189,17 @@ ...@@ -189,17 +189,17 @@
<dependency> <dependency>
<groupId>org.apache.hadoop</groupId> <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId> <artifactId>hadoop-client</artifactId>
<scope>provided</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.hadoop</groupId> <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-api</artifactId> <artifactId>hadoop-yarn-api</artifactId>
<scope>provided</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.hadoop</groupId> <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-common</artifactId> <artifactId>hadoop-yarn-common</artifactId>
<scope>provided</scope> <scope>runtime</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</profile> </profile>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment