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 2015/10/26 10:08:26 UTC

[40/45] incubator-kylin git commit: KYLIN-1034 package roaringbitmap into coprocessor jar

KYLIN-1034 package roaringbitmap into coprocessor jar


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

Branch: refs/heads/master
Commit: eca369883563b9c125836a0b23dfc2defd62009e
Parents: 4ab5612
Author: honma <ho...@ebay.com>
Authored: Thu Oct 8 10:41:30 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Thu Oct 8 11:51:00 2015 +0800

----------------------------------------------------------------------
 storage/pom.xml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/eca36988/storage/pom.xml
----------------------------------------------------------------------
diff --git a/storage/pom.xml b/storage/pom.xml
index 252fd9d..5b2ce8f 100644
--- a/storage/pom.xml
+++ b/storage/pom.xml
@@ -17,7 +17,8 @@
  limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>kylin-storage</artifactId>
@@ -127,7 +128,8 @@
                             <shadedArtifactAttached>true</shadedArtifactAttached>
                             <shadedClassifierName>coprocessor</shadedClassifierName>
                             <transformers>
-                                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+                                <transformer
+                                        implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
                             </transformers>
                             <artifactSet>
                                 <includes>
@@ -138,7 +140,8 @@
                                     <include>org.apache.kylin:kylin-storage</include>
                                     <include>org.apache.kylin:kylin-invertedindex</include>
                                     <include>com.ning:compress-lzf</include>
-                                    <include>com.n3twork.druid:extendedset</include>
+                                    <!--<include>com.n3twork.druid:extendedset</include>-->
+                                    <include>org.roaringbitmap:RoaringBitmap</include>
                                     <include>net.sf.trove4j:*</include>
                                     <!-- include>com.fasterxml.jackson.core:*</include -->
                                     <!-- include>org.apache.commons:commons-lang3</include -->
@@ -181,7 +184,9 @@
                             <numUnapprovedLicenses>0</numUnapprovedLicenses>
                             <excludes>
                                 <!-- protobuf -->
-                                <exclude>src/main/java/org/apache/kylin/storage/hbase/coprocessor/endpoint/generated/IIProtos.java</exclude>
+                                <exclude>
+                                    src/main/java/org/apache/kylin/storage/hbase/coprocessor/endpoint/generated/IIProtos.java
+                                </exclude>
                                 <exclude>**/*.proto</exclude>
                             </excludes>
                         </configuration>