You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2016/12/05 03:33:44 UTC

[1/2] incubator-carbondata git commit: exclude dependency

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 70ae82045 -> bfeb573dc


exclude dependency


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

Branch: refs/heads/master
Commit: e8fd8a2d150b27c9096523b96c75f9b376f8f856
Parents: 70ae820
Author: jackylk <ja...@huawei.com>
Authored: Mon Dec 5 11:02:24 2016 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Mon Dec 5 11:02:24 2016 +0800

----------------------------------------------------------------------
 integration/spark-common/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/e8fd8a2d/integration/spark-common/pom.xml
----------------------------------------------------------------------
diff --git a/integration/spark-common/pom.xml b/integration/spark-common/pom.xml
index decdb4c..8934c89 100644
--- a/integration/spark-common/pom.xml
+++ b/integration/spark-common/pom.xml
@@ -38,6 +38,16 @@
       <groupId>org.apache.carbondata</groupId>
       <artifactId>carbondata-processing</artifactId>
       <version>${project.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.spark</groupId>
+          <artifactId>spark-hive-thriftserver_2.10</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.spark</groupId>
+          <artifactId>spark-sql_2.10</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.carbondata</groupId>


[2/2] incubator-carbondata git commit: [SPARK2] exclude thriftserver dependency This closes #393

Posted by ch...@apache.org.
[SPARK2] exclude thriftserver dependency This closes #393


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

Branch: refs/heads/master
Commit: bfeb573dc0e83590eaf44bd7e3fa4938cecf4f95
Parents: 70ae820 e8fd8a2
Author: chenliang613 <ch...@apache.org>
Authored: Mon Dec 5 11:31:45 2016 +0800
Committer: chenliang613 <ch...@apache.org>
Committed: Mon Dec 5 11:31:45 2016 +0800

----------------------------------------------------------------------
 integration/spark-common/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------