zeninpalm opened a new pull request #324: URL: https://github.com/apache/incubator-livy/pull/324
## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/LIVY-864 This PR fixes the issue mention in [LIVY-864](https://issues.apache.org/jira/browse/LIVY-864) The endpoints 'GET /batches' and 'GET /sessions' now only return the first 100 items if no parameters are specified. But according to the documentation, we should actually return all the active sessions and batches. So, the endpoints should be fixed to return the correct items. ## How was this patch tested? This patch is tested manually on our local Spark cluster and Livy server. 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
