Skip to content

Commit 759962a

Browse files
committed
Yarn nodemanager LCE Dependency, required for compilation
1 parent 9e3e145 commit 759962a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@
1919
</distributionManagement>
2020

2121
<dependencies>
22-
<dependency>
22+
23+
<dependency>
24+
<groupId>org.apache.hadoop</groupId>
25+
<artifactId>hadoop-yarn-server-nodemanager</artifactId>
26+
<version>2.3.0</version>
27+
</dependency>
28+
29+
<dependency>
2330
<groupId>junit</groupId>
2431
<artifactId>junit</artifactId>
2532
<version>4.9</version>

0 commit comments

Comments
 (0)