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 2017/10/31 17:38:40 UTC

carbondata git commit: [CARBONDATA-1659] Remove spark 1.x info

Repository: carbondata
Updated Branches:
  refs/heads/master 8e6b0a7ce -> 9955bed24


[CARBONDATA-1659] Remove spark 1.x info

This closes #1456


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

Branch: refs/heads/master
Commit: 9955bed24447034f04f291dbdb2e1446e51ad8f1
Parents: 8e6b0a7
Author: Zhang Zhichao <44...@qq.com>
Authored: Tue Oct 31 14:09:30 2017 +0800
Committer: chenliang613 <ch...@huawei.com>
Committed: Tue Oct 31 23:08:25 2017 +0530

----------------------------------------------------------------------
 integration/spark-common-cluster-test/pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/9955bed2/integration/spark-common-cluster-test/pom.xml
----------------------------------------------------------------------
diff --git a/integration/spark-common-cluster-test/pom.xml b/integration/spark-common-cluster-test/pom.xml
index e529035..3723bc7 100644
--- a/integration/spark-common-cluster-test/pom.xml
+++ b/integration/spark-common-cluster-test/pom.xml
@@ -154,28 +154,6 @@
   </build>
   <profiles>
     <profile>
-      <id>spark-1.5</id>
-      <dependencies>
-        <dependency>
-          <groupId>org.apache.carbondata</groupId>
-          <artifactId>carbondata-spark</artifactId>
-          <version>${project.version}</version>
-          <scope>test</scope>
-        </dependency>
-      </dependencies>
-    </profile>
-    <profile>
-      <id>spark-1.6</id>
-      <dependencies>
-        <dependency>
-          <groupId>org.apache.carbondata</groupId>
-          <artifactId>carbondata-spark</artifactId>
-          <version>${project.version}</version>
-          <scope>test</scope>
-        </dependency>
-      </dependencies>
-    </profile>
-    <profile>
       <id>spark-2.1</id>
       <activation>
         <activeByDefault>true</activeByDefault>