Hydrospheredata / mist

Serverless proxy for Spark cluster
http://hydrosphere.io/mist/
Apache License 2.0
326 stars 68 forks source link

Worker DELETE via http api results in "FAILED" status instead of cancelled #457

Closed austinnichols101 closed 6 years ago

austinnichols101 commented 6 years ago

curl DELETE ${MIST_URL}/v2/api/workers results in a job with FAILED status instead of CANCELLED

Job shows as CANCELLED with Results "Executor was terminated"

image

austinnichols101 commented 6 years ago

Actually, I think this is correct because I am killing the job via the WORKER and not via the JOB.
(The job kill function does not currently work as of RC13).