You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2016/11/24 09:38:58 UTC

[jira] [Commented] (KYLIN-227) Support "Pause" on Kylin Job

    [ https://issues.apache.org/jira/browse/KYLIN-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15692785#comment-15692785 ] 

Shaofeng SHI commented on KYLIN-227:
------------------------------------

Implemented the pause feature, and add button on web GUI. After a job be paused, the status is "STOPPED"; user can resume it at any time.

The API is:

PUT:  /kylin/api/jobs/{jobId}/pause

Also add an API to rollback the steps (for trouble shootting only); there is no UI, only Rest API:

PUT:  /kylin/api/jobs/<job_id>/steps/<step_id>/rollback

for example:
/kylin/api/jobs/a403f04b-e6f3-41ff-ae36-797bc060f4cc/steps/a403f04b-e6f3-41ff-ae36-797bc060f4cc-01/rollback

 

> Support "Pause" on Kylin Job
> ----------------------------
>
>                 Key: KYLIN-227
>                 URL: https://issues.apache.org/jira/browse/KYLIN-227
>             Project: Kylin
>          Issue Type: Wish
>          Components: Job Engine
>            Reporter: Luke Han
>            Assignee: Shaofeng SHI
>              Labels: github-import
>             Fix For: v1.6.1
>
>
> Add one action called "Pause" to stop current job, user could resume this job later.
> ![image|https://cloud.githubusercontent.com/assets/1104017/5556023/54ae27e2-8d07-11e4-8efb-a22c041243ba.png]
> ---------------- Imported from GitHub ----------------
> Url: https://github.com/KylinOLAP/Kylin/issues/278
> Created by: [lukehan|https://github.com/lukehan]
> Labels: newfeature, 
> Created at: Fri Dec 26 13:59:03 CST 2014
> State: open



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)