You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2018/05/05 16:16:23 UTC

carbondata git commit: [CARBONDATA-2432][Build] Add bloomfilter datamap to carbondata assembly jar

Repository: carbondata
Updated Branches:
  refs/heads/master 8e659b8dd -> 7a697fd3c


[CARBONDATA-2432][Build] Add bloomfilter datamap to carbondata assembly jar

Currently after build, the generated carbondata assembly jar does not contain bloomfilter datamap. This PR fix this.

This closes #2264


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

Branch: refs/heads/master
Commit: 7a697fd3c85d5eb367438c7bcfeb6991781a5244
Parents: 8e659b8
Author: xuchuanyin <xu...@hust.edu.cn>
Authored: Thu May 3 21:57:56 2018 +0800
Committer: Jacky Li <ja...@qq.com>
Committed: Sun May 6 00:16:15 2018 +0800

----------------------------------------------------------------------
 integration/spark2/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/7a697fd3/integration/spark2/pom.xml
----------------------------------------------------------------------
diff --git a/integration/spark2/pom.xml b/integration/spark2/pom.xml
index 1afb08f..73d48ef 100644
--- a/integration/spark2/pom.xml
+++ b/integration/spark2/pom.xml
@@ -58,7 +58,6 @@
       <groupId>org.apache.carbondata</groupId>
       <artifactId>carbondata-bloom</artifactId>
       <version>${project.version}</version>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.spark</groupId>