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

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

commit f411935b4a4dcf83072b54d18bfdf863fb5dd918
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 7c86a5b..f45ba96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1416,14 +1416,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