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/01/23 09:31:53 UTC

[06/50] [abbrv] 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/7c61ca9c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/7c61ca9c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/7c61ca9c

Branch: refs/heads/inverted-index
Commit: 7c61ca9c202edb8b516e9afcf1bdaf55ffd53113
Parents: 6616aea 4c48cfc
Author: Li, Yang <ya...@ebay.com>
Authored: Thu Jan 22 11:08:06 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Thu Jan 22 11:08:06 2015 +0800

----------------------------------------------------------------------
 .../java/com/kylinolap/cube/CubeInstance.java   | 12 ++-
 .../localmeta/project/default.json              |  2 +-
 .../localmeta/project/onlyinner.json            |  2 +-
 .../localmeta/project/onlyleft.json             |  2 +-
 .../job/common/MapReduceExecutable.java         | 14 ++--
 .../job/cube/AbstractBuildCubeJob.java          | 36 ---------
 .../java/com/kylinolap/job/cube/CubingJob.java  | 75 ++++++++++++++++++
 .../kylinolap/job/cube/CubingJobBuilder.java    |  1 +
 .../kylinolap/job/execution/ExecuteResult.java  |  2 +-
 .../job/impl/threadpool/AbstractExecutable.java | 81 +++++++++++++++++++-
 .../threadpool/DefaultChainedExecutable.java    | 25 +++++-
 .../job/service/ExecutableManager.java          |  6 ++
 .../com/kylinolap/rest/service/JobService.java  |  2 +
 13 files changed, 207 insertions(+), 53 deletions(-)
----------------------------------------------------------------------