AFFogarty opened a new pull request #303: URL: https://github.com/apache/incubator-livy/pull/303
## What changes were proposed in this pull request? This PR adds App state to `AppInfo`. This change gives clients more power to understand the state of their application and debug failures. For example, there is currently no way to differentiate between interactive sessions that have gone into YARN state `FAILED` or `FINISHED`. Livy reports both of these as `dead`. With this new change, a client could inspect the `appState` to see the true state of the YARN application. ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) Please review https://livy.incubator.apache.org/community/ before opening a pull request. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
