You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/09/06 09:39:48 UTC

[42/50] [abbrv] incubator-kylin git commit: Merge branch '0.7-staging' into v1.0-release

Merge branch '0.7-staging' into v1.0-release


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

Branch: refs/heads/master
Commit: f03dfedbf447030b59dcad18ec5cf91576b1bfc7
Parents: 80793fd 19e4c23
Author: Luke Han <lu...@apache.org>
Authored: Thu Aug 20 15:57:21 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Thu Aug 20 15:57:21 2015 +0800

----------------------------------------------------------------------
 .../org/apache/kylin/common/KylinConfig.java    |  15 +-
 .../apache/kylin/common/util/HbaseImporter.java |   9 +-
 .../common/util/HyperLogLogCounterTest.java     |  10 +-
 .../minicluster/hbase-export.tar.gz             | Bin 22048217 -> 27762040 bytes
 .../test_case_data/minicluster/kylin.properties |   2 +-
 .../kylin/job/constant/BatchConstants.java      |  33 ++--
 .../kylin/job/hadoop/AbstractHadoopJob.java     |  45 +++--
 .../cardinality/HiveColumnCardinalityJob.java   |   3 +-
 .../job/hadoop/cube/FactDistinctColumnsJob.java |  10 +-
 .../kylin/job/hadoop/cube/NDCuboidMapper.java   |   4 +-
 .../job/hadoop/cube/NewBaseCuboidMapper.java    |   2 +-
 .../kylin/job/hadoop/hbase/CreateHTableJob.java |   4 -
 .../apache/kylin/job/BuildIIWithEngineTest.java |   1 +
 .../java/org/apache/kylin/job/DeployUtil.java   |   2 +-
 .../org/apache/kylin/job/ExportHBaseData.java   |  41 +++--
 .../org/apache/kylin/job/ImportHBaseData.java   | 174 -------------------
 .../job/hadoop/cube/MergeCuboidJobTest.java     |   8 +-
 .../apache/kylin/query/test/IIQueryTest.java    |   2 -
 script/compress.sh                              |   2 +-
 .../apache/kylin/rest/service/CacheService.java |   7 +-
 .../apache/kylin/rest/service/CubeService.java  |   3 -
 website/_docs/gettingstarted/events.md          |   1 +
 22 files changed, 97 insertions(+), 281 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/f03dfedb/script/compress.sh
----------------------------------------------------------------------