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 2018/11/06 09:48:24 UTC

[kylin] 06/06: KYLIN-2565 Add cdh60 profile

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 a51fd9544deaac0172e525cef90f9de1b7d9a949
Author: shaofengshi <sh...@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 3a8f110..290f0c1 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>