> 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
