You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/07/26 03:34:14 UTC

[55/55] [abbrv] kylin git commit: merge 1.5.3

merge 1.5.3


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

Branch: refs/heads/1.5.x-CDH5.7
Commit: b46029fba7e3c5d387acb9ea37e788de5dcaf0be
Parents: 80283a7
Author: shaofengshi <sh...@apache.org>
Authored: Tue Jul 26 11:32:50 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Tue Jul 26 11:32:50 2016 +0800

----------------------------------------------------------------------
 tool/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/b46029fb/tool/pom.xml
----------------------------------------------------------------------
diff --git a/tool/pom.xml b/tool/pom.xml
index 5342336..8a8a088 100644
--- a/tool/pom.xml
+++ b/tool/pom.xml
@@ -42,6 +42,18 @@
 
         <!--Env-->
         <dependency>
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>hadoop-yarn-api</artifactId>
+            <version>${yarn.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>hadoop-yarn-common</artifactId>
+            <version>${yarn.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-client</artifactId>
             <scope>provided</scope>