Hi, Thanks for the response. Session/job status you mean from the spark ui port because I don't see any endpoint like that in https://livy.incubator.apache.org/docs/latest/rest-api.html
Thanks! Sent from my iPhone > On Dec 17, 2017, at 7:03 PM, Meisam Fathi <[email protected]> wrote: > > >> 1) I have a couple of livy servers that are submitting jobs and say one of >> them crashes the session id's again start from 0 which can coincide with the >> non-faulty running livy servers. I think it would be nice to have session >> id's as UUID. isn't it? > > If you enable recovery, the session IDs won't restart from 0 after recovery. > >> 2) Is there a way to get job progress periodically or get notified if it >> dies and so on ? > > In the REST API, not as far as I know. You have to poll session/job status. > > Thanks, > Meisam
