pylivy icon indicating copy to clipboard operation
pylivy copied to clipboard

Fix Livy Batch model and tests, resolve Issue #56

Open zeninpalm opened this issue 3 years ago • 0 comments

Hi, this PR resolves the issue #56 by fixing the Livy Batch model and related tests.

The current Batch model is based on the official documentation from Livy at https://livy.incubator.apache.org/docs/latest/rest-api.html, which unfortunately is not inline with the current code of the Livy server.

The current code of the Livy server already returns "name", "owner" and "proxyUser" information for a batch, but the official documentation is not updated yet. So I patched our current code to reflect the latest changes.

zeninpalm avatar Jul 16 '21 03:07 zeninpalm