This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from 4efe9fc  KYLIN-4628: Fail to use custom measure type when specifying 
cube to query
     add 0f3c945  KYLIN-4557 Refactor JobService to improve code readability
     add 91120ae  KYLIN-4558 get all chained executable jobs through job API
     add 7b8d820  KYLIN-4559 show cardinality and lookup snapshot job on job
     add 81f3757  KYLIN-4560 support to re-run/delete cardinality and lookup 
snapshot job
     add 781fbe0  KYLIN-4561 overall job number statistics in monitor page is 
incorrect after change the job status

No new revisions were added by this update.

Summary of changes:
 .../kylin/job/constant/ExecutableConstants.java    |   3 +
 .../kylin/job/execution/AbstractExecutable.java    |   9 +
 .../kylin/job/execution/CheckpointExecutable.java  |   9 -
 .../java/org/apache/kylin/engine/mr/CubingJob.java |   9 -
 .../kylin/engine/mr/LookupSnapshotBuildJob.java    |   9 -
 .../kylin/engine/mr/common/JobInfoConverter.java   |  20 +-
 .../org/apache/kylin/rest/service/JobService.java  | 645 +++++++--------------
 .../apache/kylin/rest/service/TableService.java    |  16 +-
 webapp/app/js/controllers/job.js                   |  50 +-
 webapp/app/js/model/jobConfig.js                   |   2 +
 webapp/app/js/model/jobListModel.js                |   9 +-
 11 files changed, 288 insertions(+), 493 deletions(-)

Reply via email to