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/ed729eef Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/ed729eef Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/ed729eef Branch: refs/heads/inverted-index Commit: ed729eefd4ad63de40af350ca4ff116e9445a33b Parents: be5e23f 1ce77a5 Author: Li, Yang <yang...@ebay.com> Authored: Thu Feb 12 13:20:33 2015 +0800 Committer: Li, Yang <yang...@ebay.com> Committed: Thu Feb 12 13:20:33 2015 +0800 ---------------------------------------------------------------------- .../common/hll/HyperLogLogPlusCounter.java | 567 ++++++++++--------- .../org/apache/kylin/common/util/BasicTest.java | 23 +- .../common/util/HBaseMiniclusterHelper.java | 2 - .../common/util/HyperLogLogCounterTest.java | 12 + docs/website/_includes/footer.html | 14 +- docs/website/_includes/head.cn.html | 42 ++ docs/website/_includes/header.cn.html | 39 ++ docs/website/_includes/header.html | 21 +- docs/website/_layouts/default-cn.html | 23 + docs/website/_layouts/post.html | 11 +- .../_posts/2015-01-25-introduce-data-model.md | 40 ++ docs/website/about/index.md | 77 +-- docs/website/assets/css/styles.css | 32 +- docs/website/blog/index.html | 21 +- docs/website/community/index.html | 8 +- docs/website/css/main.scss | 52 ++ docs/website/docs/index.html | 2 - docs/website/index.cn.md | 91 +++ docs/website/index.md | 91 +++ .../invertedindex/index/RawTableRecord.java | 20 +- .../apache/kylin/invertedindex/index/Slice.java | 330 ++++++----- .../kylin/invertedindex/index/TableRecord.java | 12 +- .../invertedindex/index/TableRecordInfo.java | 3 +- .../kylin/metadata/measure/HLLCSerializer.java | 2 +- .../measure/fixedlen/FixedHLLCodec.java | 58 ++ .../measure/fixedlen/FixedLenMeasureCodec.java | 4 +- .../measure/fixedlen/FixedPointLongCodec.java | 6 +- .../endpoint/EndpointAggregators.java | 161 ++++-- .../endpoint/EndpointTupleIterator.java | 18 +- .../hbase/coprocessor/endpoint/IIEndpoint.java | 2 +- .../org/apache/kylin/storage/tuple/Tuple.java | 12 +- 31 files changed, 1148 insertions(+), 648 deletions(-) ----------------------------------------------------------------------