Hi,
I am using Kylin 2.2. In Kylin online docs <http://kylin.apache.org/docs21/howto/howto_use_restapi.html#get-job-list> I seen a RESTful API to get job list from a Kylin cube in one project. The syntax of this API is unclear in the documentation, but I can deduce the following: curl -L --request "GET" --user "ADMIN:K3LEN" http://ec2-342-233-999-25.ee-west-1.compute.amazonaws.com:7070/kylin/api/job s/Cube_Name/Project/0/100/100/0 However this command does not provide any result. ¿ Could someone explain the correct syntax ? I tried the following command to get job status by providing job id with successful. However I need to get all job list and statuses. curl -L --request "GET" --user "ADMIN: K3LEN " http://ec2-342-233-999-25.ee-west-1.compute.amazonaws.com:7070/kylin/api/job s/ <http://ec2-342-233-999-25.ee-west-1.compute.amazonaws.com:7070/kylin/api/jo bs/Cube_Name/Project/0/100/100/0> 2f9d3bc9-56fd-44f1-8fca-6a6257c34343 Best Regards! Roberto Tardío Olmos Senior Big Data & Business Intelligence Consultant Avenida de Brasil, 17, Planta 16.28020 Madrid Fijo: 91.788.34.10 http://bigdata.stratebi.com/ http://www.stratebi.com
