Skip to content

Commit d9e9439

Browse files
committed
TEZ-4383: add missing dependencies as found by PR-190/3
1 parent 4c78735 commit d9e9439

4 files changed

Lines changed: 20 additions & 1 deletion

File tree

tez-ext-service-tests/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
<artifactId>mockito-all</artifactId>
6161
<scope>test</scope>
6262
</dependency>
63+
<dependency>
64+
<groupId>org.apache.tez</groupId>
65+
<artifactId>hadoop-shim</artifactId>
66+
</dependency>
6367
<dependency>
6468
<groupId>org.apache.tez</groupId>
6569
<artifactId>tez-runtime-internals</artifactId>

tez-mapreduce/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
<type>test-jar</type>
4040
<scope>test</scope>
4141
</dependency>
42+
<dependency>
43+
<groupId>org.apache.tez</groupId>
44+
<artifactId>hadoop-shim</artifactId>
45+
</dependency>
4246
<dependency>
4347
<groupId>org.apache.tez</groupId>
4448
<artifactId>tez-runtime-library</artifactId>

tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
<groupId>org.apache.tez</groupId>
3737
<artifactId>tez-dag</artifactId>
3838
</dependency>
39+
<dependency>
40+
<groupId>org.apache.tez</groupId>
41+
<artifactId>hadoop-shim</artifactId>
42+
</dependency>
3943
<dependency>
4044
<groupId>org.apache.tez</groupId>
4145
<artifactId>tez-yarn-timeline-history</artifactId>
@@ -155,4 +159,3 @@
155159
</build>
156160

157161
</project>
158-

tez-tools/analyzers/job-analyzer/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@
4646
<groupId>org.apache.tez</groupId>
4747
<artifactId>tez-dag</artifactId>
4848
</dependency>
49+
<dependency>
50+
<groupId>org.apache.tez</groupId>
51+
<artifactId>hadoop-shim</artifactId>
52+
</dependency>
53+
<dependency>
54+
<groupId>org.apache.tez</groupId>
55+
<artifactId>tez-runtime-library</artifactId>
56+
</dependency>
4957
<dependency>
5058
<groupId>org.apache.tez</groupId>
5159
<artifactId>tez-tests</artifactId>

0 commit comments

Comments
 (0)