Hello, Seems like there's a typo in the doc for 'Get job step output' API ( http://kylin.apache.org/docs15/howto/howto_use_restapi.html#get-job-step-output )
The doc says..
GET /kylin/api/{jobId}/steps/{stepId}/output
It should be:
GET /kylin/api*/jobs/*{jobId}/steps/{stepId}/output
No big deal. Just wanted to share what I found. Thanks.
