You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/09/18 10:50:53 UTC

incubator-kylin git commit: KYLIN-1010 Fix CI, add invertedindex into coprocessor jar

Repository: incubator-kylin
Updated Branches:
  refs/heads/KYLIN-1010 2ad967c04 -> 1fa5486e5


KYLIN-1010 Fix CI, add invertedindex 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/1fa5486e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/1fa5486e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/1fa5486e

Branch: refs/heads/KYLIN-1010
Commit: 1fa5486e58ed25effc159ccd59cbeadbc5937ed1
Parents: 2ad967c
Author: Li, Yang <ya...@ebay.com>
Authored: Fri Sep 18 16:50:36 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Fri Sep 18 16:50:36 2015 +0800

----------------------------------------------------------------------
 storage-hbase/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/1fa5486e/storage-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml
index 7ec8f80..e0a5078 100644
--- a/storage-hbase/pom.xml
+++ b/storage-hbase/pom.xml
@@ -136,7 +136,7 @@
                                     <include>org.apache.kylin:kylin-core-metadata</include>
                                     <include>org.apache.kylin:kylin-core-dictionary</include>
                                     <include>org.apache.kylin:kylin-core-cube</include>
-                                    <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.esotericsoftware:kryo-shaded</include>