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/09/17 08:51:05 UTC

[kylin] branch master-hadoop3.1 updated: KYLIN-2565 Add cdh60 profile

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

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


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

commit d09036703e39c8d7ee8cf3dca6e9e71fbe811bb1
Author: shaofengshi <sh...@apache.org>
AuthorDate: Mon Sep 17 16:43:26 2018 +0800

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

diff --git a/pom.xml b/pom.xml
index c253753..5c896e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -894,7 +894,7 @@
                 <artifactId>spring-security-saml2-core</artifactId>
                 <version>${spring.framework.security.extensions.version}</version>
             </dependency>
-            
+
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-server</artifactId>
@@ -1411,14 +1411,14 @@
       </build>
     </profile>
     <profile>
-      <id>cdh5.7</id>
+      <id>cdh6.0</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>