GitHub user IMS94 opened a pull request: https://github.com/apache/oodt/pull/57
Updated Resource Manager components to use Avro RPC implementations Along with the tests to verify the correct functionality of Avro resource manager and client. You can merge this pull request into a Git repository by running: $ git pull https://github.com/IMS94/oodt development Alternatively you can review and apply these changes as the patch at: https://github.com/apache/oodt/pull/57.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #57 ---- commit 1b921b5c64783d7e929cd435057fbdb2188e47c9 Author: Imesha Sudasingha <imesha.sudasingha@...> Date: 2018-03-02T17:48:14Z Stabilized avro rpc resource manager client and server by: 1. Adding 3 more RPC methods to be backward compatible with existing RPC client. 2. Added tests for both client and server by adapting XML version's tests. 3. And they are passing commit 9feacbb01b573c0eaf9f85972414ac9eaa784841 Author: Imesha Sudasingha <imesha.sudasingha@...> Date: 2018-03-05T13:05:58Z Altered resource manager client CLI to use avro resource manager client ---- ---