This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch 2.5.0-hadoop3.1
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/2.5.0-hadoop3.1 by this push:
     new ac017f4  KYLIN-2565 Add cdh60 profile
ac017f4 is described below

commit ac017f4f24534ccf44c65229e68b513bc7bd2755
Author: shaofengshi <shaofeng...@apache.org>
AuthorDate: Mon Sep 17 16:30:00 2018 +0800

    KYLIN-2565 Add cdh60 profile
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index e27ffc1..0761a9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1415,14 +1415,14 @@
             </build>
         </profile>
         <profile>
-            <id>cdh5.7</id>
+            <id>cdh60</id>
             <properties>
-                <hadoop2.version>2.6.0-cdh5.7.0</hadoop2.version>
-                <yarn.version>2.6.0-cdh5.7.0</yarn.version>
-                <hive.version>1.1.0-cdh5.7.0</hive.version>
-                <hive-hcatalog.version>1.1.0-cdh5.7.0</hive-hcatalog.version>
-                <hbase-hadoop2.version>1.2.0-cdh5.7.0</hbase-hadoop2.version>
-                <zookeeper.version>3.4.5-cdh5.7.0</zookeeper.version>
+                <hadoop2.version>3.0.0-cdh6.0.0</hadoop2.version>
+                <yarn.version>3.0.0-cdh6.0.0</yarn.version>
+                <hive.version>2.1.1-cdh6.0.0</hive.version>
+                <hive-hcatalog.version>2.1.1-cdh6.0.0</hive-hcatalog.version>
+                <hbase-hadoop2.version>2.0.0-cdh6.0.0</hbase-hadoop2.version>
+                <zookeeper.version>3.4.5-cdh6.0.0</zookeeper.version>
             </properties>
             <build>
                 <plugins>

Reply via email to