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

Apache Kylin : Analytical Data Warehouse for Big Data

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • jobId - required. string. Job id.
  • stepId - required. string. Step id; the step id is composed by jobId with step sequence id; for example, the jobId is “fb479e54-837f-49a2-b457-651fc50be110”, its 3rd step id is “fb479e54-837f-49a2-b457-651fc50be110-3”03”,

Response Sample

{
    "jobId": "4009ec01-0627-768b-cbb3-f41f90c72e6d",
    "cmd_output": null "output_string",
    "stepId": "4009ec01-0627-768b-cbb3-f41f90c72e6d-202"
}

Get job list

GET /kylin/api/jobs

...