add hadoop-yarn-common and hadoop-yarn-api dependency

Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/63a5a0cf
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/63a5a0cf
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/63a5a0cf

Branch: refs/heads/kylin-1.5.4-cdh5.7-release
Commit: 63a5a0cf55153bb49f67e2775cdb8a95dfb0d617
Parents: 224e2ee
Author: shaofengshi <shaofeng...@apache.org>
Authored: Thu Sep 15 10:55:39 2016 +0800
Committer: shaofengshi <shaofeng...@apache.org>
Committed: Thu Sep 15 10:55:39 2016 +0800

----------------------------------------------------------------------
 pom.xml      | 5 +++++
 tool/pom.xml | 8 ++++++++
 2 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/63a5a0cf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6865f28..5bfae74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,6 +350,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.hadoop</groupId>
+                <artifactId>hadoop-yarn-common</artifactId>
+                <version>${hadoop2.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.hadoop</groupId>
                 <artifactId>hadoop-yarn-api</artifactId>
                 <version>${hadoop2.version}</version>
             </dependency>

http://git-wip-us.apache.org/repos/asf/kylin/blob/63a5a0cf/tool/pom.xml
----------------------------------------------------------------------
diff --git a/tool/pom.xml b/tool/pom.xml
index 0efe7b9..f031f94 100644
--- a/tool/pom.xml
+++ b/tool/pom.xml
@@ -44,6 +44,14 @@
 
         <!--Env-->
         <dependency>
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>hadoop-yarn-common</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>hadoop-yarn-api</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-client</artifactId>
             <scope>provided</scope>

Reply via email to