From 0b6618e1be4da613b163f9dcb5345eb291fba142 Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Thu, 6 Jun 2019 19:45:54 +0200 Subject: [PATCH] YARN API Client 0.3.4 --- README.rst | 4 ++++ yarn_api_client/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 67bfeff..56f12f7 100644 --- a/README.rst +++ b/README.rst @@ -87,6 +87,10 @@ Programmatic interface Changelog ========= +0.3.4 Release + - More flexible support for discovering Hadoop configuration + including multiple Resource Managers when HA is configured + - Properly support YARN post response codes 0.3.3 Release - Properly set Content-Type in PUT requests diff --git a/yarn_api_client/__init__.py b/yarn_api_client/__init__.py index 2d3c670..1a39448 100644 --- a/yarn_api_client/__init__.py +++ b/yarn_api_client/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '0.3.4.dev0' +__version__ = '0.3.4' __all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager', 'ResourceManager'] from .application_master import ApplicationMaster