From dev-return-8188-archive-asf-public=cust-asf.ponee.io@oodt.apache.org Mon Mar 5 14:08:25 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D0E14180608 for ; Mon, 5 Mar 2018 14:08:24 +0100 (CET) Received: (qmail 3681 invoked by uid 500); 5 Mar 2018 13:08:23 -0000 Mailing-List: contact dev-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list dev@oodt.apache.org Received: (qmail 3665 invoked by uid 99); 5 Mar 2018 13:08:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2018 13:08:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 52BDEE0417; Mon, 5 Mar 2018 13:08:22 +0000 (UTC) From: IMS94 To: dev@oodt.apache.org Reply-To: dev@oodt.apache.org Message-ID: Subject: [GitHub] oodt pull request #57: Updated Resource Manager components to use Avro RPC i... Content-Type: text/plain Date: Mon, 5 Mar 2018 13:08:22 +0000 (UTC) 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 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 Date: 2018-03-05T13:05:58Z Altered resource manager client CLI to use avro resource manager client ---- ---