Search code examples
kylin

How to know Cube build have finished


I am using Kylin REST API to submit Cube build request, Kylin will build the cube asynchronously, I would ask how to know that the Cube build request has been finished?


Solution

  • use the following REST endpoint to get the status of the cube

    GET http://localhost:7070/kylin/api/jobs/{job_uuid}
    

    in the returned json objec the field job_status would show the status of the cube build.