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/02/12 06:42:52 UTC

[02/50] incubator-kylin git commit: Merge branch 'inverted-index' of https://github.com/KylinOLAP/Kylin into inverted-index

Merge branch 'inverted-index' of https://github.com/KylinOLAP/Kylin into inverted-index


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

Branch: refs/heads/inverted-index
Commit: e590e3e5ac7b1871a8facaf6c007686c3e42d0e3
Parents: 8b1e74f 1f3bf76
Author: qianhao.zhou <qi...@ebay.com>
Authored: Tue Feb 10 12:30:22 2015 +0800
Committer: qianhao.zhou <qi...@ebay.com>
Committed: Tue Feb 10 12:30:22 2015 +0800

----------------------------------------------------------------------
 common/pom.xml                                  |   2 +-
 .../common/persistence/HBaseConnection.java     |   1 -
 .../common/util/AbstractKylinTestCase.java      |  80 -----
 .../common/util/HBaseMetadataTestCase.java      |  63 ----
 .../common/util/HBaseMiniclusterHelper.java     | 167 ----------
 .../apache/kylin/common/util/HbaseImporter.java | 102 ------
 .../common/util/LocalFileMetadataTestCase.java  |  74 -----
 .../common/util/AbstractKylinTestCase.java      |  80 +++++
 .../org/apache/kylin/common/util/BasicTest.java |  13 +-
 .../common/util/HBaseMetadataTestCase.java      |  63 ++++
 .../common/util/HBaseMiniclusterHelper.java     | 169 ++++++++++
 .../apache/kylin/common/util/HbaseImporter.java | 104 ++++++
 .../common/util/LocalFileMetadataTestCase.java  |  74 +++++
 cube/pom.xml                                    |  10 +
 dictionary/pom.xml                              |   9 +
 invertedindex/pom.xml                           |   9 +
 job/pom.xml                                     |   9 +
 .../org/apache/kylin/job/ExportHBaseData.java   |   2 +-
 metadata/pom.xml                                |   8 +
 query/pom.xml                                   |   7 +
 .../apache/kylin/query/test/IIQueryTest.java    |   9 +-
 server/pom.xml                                  |   8 +
 storage/pom.xml                                 |   8 +
 .../endpoint/generated/IIProtos.java            | 314 +++++++++----------
 .../coprocessor/endpoint/protobuf/II.proto      |   2 +-
 25 files changed, 723 insertions(+), 664 deletions(-)
----------------------------------------------------------------------