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/01/15 13:26:34 UTC

[18/50] [abbrv] incubator-kylin git commit: Merge pull request #384 from qhzhou/job_framework

Merge pull request #384 from qhzhou/job_framework

Job framework

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

Branch: refs/heads/inverted-index
Commit: 0d087ea6504491c0ec44b6f0ccd8321931fc2d9c
Parents: b8650af 38df340
Author: qianhao.zhou <qi...@ebay.com>
Authored: Wed Jan 14 11:12:32 2015 +0800
Committer: qianhao.zhou <qi...@ebay.com>
Committed: Wed Jan 14 11:12:32 2015 +0800

----------------------------------------------------------------------
 common/pom.xml                                  |   7 +-
 .../common/restclient/AbstractRestCache.java    |   2 +-
 .../common/restclient/Broadcaster.java          | 173 ++++++++-----------
 .../java/com/kylinolap/cube/CubeManager.java    |  29 ++--
 .../java/com/kylinolap/cube/model/CubeDesc.java |   2 +-
 .../realization/RealizationRegistry.java        |   9 +-
 .../query/enumerator/LookupTableEnumerator.java |   2 +-
 .../rest/controller/CacheController.java        |   6 +-
 .../rest/interceptor/CacheIntercaptor.java      |  42 -----
 .../com/kylinolap/rest/service/JobService.java  |   3 +
 10 files changed, 100 insertions(+), 175 deletions(-)
----------------------------------------------------------------------