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/03/21 01:27:13 UTC

[08/50] [abbrv] incubator-kylin git commit: Merge branch 'streaming-localdict' of https://github.com/KylinOLAP/Kylin into streaming-localdict

Merge branch 'streaming-localdict' of https://github.com/KylinOLAP/Kylin into streaming-localdict


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

Branch: refs/heads/streaming-localdict
Commit: db3cb94f88997ec731e4a2b93569e17082f4ce24
Parents: 05c2d09 2695345
Author: Li, Yang <ya...@ebay.com>
Authored: Wed Mar 18 18:23:06 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Wed Mar 18 18:23:06 2015 +0800

----------------------------------------------------------------------
 .../apache/kylin/dict/DictionaryGenerator.java  |  19 ++-
 .../apache/kylin/invertedindex/index/Slice.java |   2 +-
 .../invertedindex/index/TableRecordInfo.java    |  42 ++---
 .../index/TableRecordInfoDigest.java            |  11 +-
 .../invertedindex/model/IIKeyValueCodec.java    | 160 +++++--------------
 .../apache/kylin/job/BuildIIWithStreamTest.java |   8 +-
 .../hbase/InvertedIndexStorageEngine.java       |   6 +-
 .../endpoint/EndpointTupleIterator.java         |   9 +-
 .../hbase/coprocessor/endpoint/IIEndpoint.java  |  12 +-
 .../invertedindex/IIStreamBuilder.java          |  11 +-
 10 files changed, 101 insertions(+), 179 deletions(-)
----------------------------------------------------------------------