From 20d9a51ecdb1c510b03efad186808cc8649be4dc Mon Sep 17 00:00:00 2001 From: Eduard Iskandarov Date: Wed, 29 Aug 2018 00:02:55 +0500 Subject: [PATCH 1/2] remove junk badges --- README.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.rst b/README.rst index 86a0777..a2bf57e 100644 --- a/README.rst +++ b/README.rst @@ -12,18 +12,10 @@ Python client for Hadoop® YARN API :target: https://pypi.python.org/pypi/yarn-api-client/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/yarn-api-client.svg - :target: https://pypi.python.org/pypi//yarn-api-client/ - :alt: Downloads - .. image:: https://travis-ci.org/toidi/hadoop-yarn-api-python-client.svg?branch=master :target: https://travis-ci.org/toidi/hadoop-yarn-api-python-client :alt: Travis CI build status -.. image:: https://caniusepython3.com/project/yarn-api-client.svg - :target: https://caniusepython3.com/project/yarn-api-client - :alt: Python 3 port - Package documentation: python-client-for-hadoop-yarn-api.readthedocs.org_ REST API documentation: hadoop.apache.org_ From 174811e2b34ddd9f7142030216dcad1c097be67b Mon Sep 17 00:00:00 2001 From: Eduard Iskandarov Date: Wed, 29 Aug 2018 00:08:45 +0500 Subject: [PATCH 2/2] add changelog --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index a2bf57e..6d1028e 100644 --- a/README.rst +++ b/README.rst @@ -64,5 +64,12 @@ Programmatic interface from yarn_api_client import ApplicationMaster, HistoryServer, NodeManager, ResourceManager +Changelog +========= + +0.2.5 - Fixed History REST API + +0.2.4 - Added compatibility with HA enabled Resource Manager + .. _python-client-for-hadoop-yarn-api.readthedocs.org: http://python-client-for-hadoop-yarn-api.readthedocs.org/en/latest/ .. _hadoop.apache.org: http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html