THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!

Apache Kylin : Analytical Data Warehouse for Big Data

Page tree

Welcome to Kylin Wiki.

Resume Job

PUT /kylin/api/jobs/{jobId}/resume

Path variable

  • jobId - required. string. Job id.

Response Sample

{
    "uuid": "08cee8f9-da8c-4485-8193-f2bd5f790b40",
    "last_modified": 1594958133783,
    "version": "3.9.9.1",
    "name": "INDEX_MERGE CUBE - kylin_test_cube - 20120101000000_20120103000000 - CST 2020-07-17 11:18:23",
    "projectName": "learn_kylin",
    "type": "BUILD",
    "duration": 1,
    "related_cube": "kylin_test_cube",
    "display_cube_name": "kylin_test_cube",
    "related_segment": "c6547691-4aa1-20c9-b3c1-031630685d96",
    "related_segment_name": null,
    "exec_start_time": 1594955921627,
    "exec_end_time": 0,
    "exec_interrupt_time": 2211159,
    "mr_waiting": 0,
    "steps": [
        {
            "interruptCmd": null,
            "id": "08cee8f9-da8c-4485-8193-f2bd5f790b40-00",
            "name": "Detect Resource",
            "sequence_id": 0,
            "exec_cmd": null,
            "interrupt_cmd": null,
            "exec_start_time": 1594955921761,
            "exec_end_time": 1594955922559,
            "exec_wait_time": 0,
            "step_status": "PENDING",
            "cmd_type": "SHELL_CMD_HADOOP",
            "info": {
                "startTime": "1594955921761",
                "endTime": "1594955922559"
            },
            "run_async": false
        },
        {
            "interruptCmd": null,
            "id": "08cee8f9-da8c-4485-8193-f2bd5f790b40-01",
            "name": "Merge Segment Data",
            "sequence_id": 1,
            "exec_cmd": null,
            "interrupt_cmd": null,
            "exec_start_time": 0,
            "exec_end_time": 0,
            "exec_wait_time": 0,
            "step_status": "PENDING",
            "cmd_type": "SHELL_CMD_HADOOP",
            "info": {},
            "run_async": false
        },
        {
            "interruptCmd": null,
            "id": "08cee8f9-da8c-4485-8193-f2bd5f790b40-02",
            "name": "Clean Up Old Segment for merging job",
            "sequence_id": 2,
            "exec_cmd": null,
            "interrupt_cmd": null,
            "exec_start_time": 0,
            "exec_end_time": 0,
            "exec_wait_time": 0,
            "step_status": "PENDING",
            "cmd_type": "SHELL_CMD_HADOOP",
            "info": {},
            "run_async": false
        }
    ],
    "submitter": "ADMIN",
    "job_status": "PENDING",
    "build_instance": "22507@cdh-worker-2",
    "progress": 0.0
}
  • No labels