RE: [EXT] Re: List of Batch States?

2019-07-18 Thread Peter Wicks (pwicks)
Thanks Ryan. I had bee thinking of a Batch Session as more like a Batch Statement. This should help a lot. From: Ryan Skraba Sent: Thursday, July 18, 2019 3:20 AM To: user@livy.incubator.apache.org Subject: [EXT] Re: List of Batch States? Hello! Are you referring to the SessionStates[1] that

Re: List of Batch States?

2019-07-18 Thread Ryan Skraba
Hello! Are you referring to the SessionStates[1] that might be possible to see in a batch job (not interactive session or statement)? The code that describes the possible state changes and how they map to Spark YARN states is here[2]. To summarize: * initial state can be starting or recovering

List of Batch States?

2019-07-17 Thread Peter Wicks (pwicks)
Can someone point me to, or provide, a list of Livy Batch states? I couldn't find this detail in the docs: https://livy.incubator.apache.org/docs/latest/rest-api.html#batch. Is it a subset of the Statement States? I wasn't sure about "waiting". * waiting * running * available *