You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by nj...@apache.org on 2017/08/17 12:41:37 UTC

[09/23] kylin git commit: KYLIN-2633 Upgrade Spark to 2.1 kylin-it change spark_2.10 to spark_2.11

KYLIN-2633
Upgrade Spark to 2.1
kylin-it change  spark_2.10 to spark_2.11


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

Branch: refs/heads/yaho-cube-planner
Commit: cfda465b4591d74d4b3e01b44d0616dab58d8fbe
Parents: 7971121
Author: yiming.xu <10...@qq.com>
Authored: Fri Aug 11 09:31:20 2017 +0800
Committer: YIMINGXU <10...@qq.com>
Committed: Thu Aug 10 22:01:54 2017 -0500

----------------------------------------------------------------------
 kylin-it/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/cfda465b/kylin-it/pom.xml
----------------------------------------------------------------------
diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index 9583b42..4e581f8 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -253,7 +253,7 @@
         <!-- Spark dependency -->
         <dependency>
             <groupId>org.apache.spark</groupId>
-            <artifactId>spark-core_2.10</artifactId>
+            <artifactId>spark-core_2.11</artifactId>
             <version>${spark.version}</version>
             <scope>provided</scope>
             <exclusions>
@@ -266,7 +266,7 @@
 
         <dependency>
             <groupId>org.apache.spark</groupId>
-            <artifactId>spark-sql_2.10</artifactId>
+            <artifactId>spark-sql_2.11</artifactId>
             <version>${spark.version}</version>
             <scope>provided</scope>
             <exclusions>
@@ -279,7 +279,7 @@
 
         <dependency>
             <groupId>org.apache.spark</groupId>
-            <artifactId>spark-hive_2.10</artifactId>
+            <artifactId>spark-hive_2.11</artifactId>
             <version>${spark.version}</version>
             <scope>provided</scope>
             <exclusions>