Skip to content

Commit ad9a807

Browse files
authored
Merge pull request #15 from toidi/clean-up
Clean up
2 parents 2c21799 + 174811e commit ad9a807

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,10 @@ Python client for Hadoop® YARN API
1212
:target: https://pypi.python.org/pypi/yarn-api-client/
1313
:alt: Latest Version
1414

15-
.. image:: https://img.shields.io/pypi/dm/yarn-api-client.svg
16-
:target: https://pypi.python.org/pypi//yarn-api-client/
17-
:alt: Downloads
18-
1915
.. image:: https://travis-ci.org/toidi/hadoop-yarn-api-python-client.svg?branch=master
2016
:target: https://travis-ci.org/toidi/hadoop-yarn-api-python-client
2117
:alt: Travis CI build status
2218

23-
.. image:: https://caniusepython3.com/project/yarn-api-client.svg
24-
:target: https://caniusepython3.com/project/yarn-api-client
25-
:alt: Python 3 port
26-
2719
Package documentation: python-client-for-hadoop-yarn-api.readthedocs.org_
2820

2921
REST API documentation: hadoop.apache.org_
@@ -72,5 +64,12 @@ Programmatic interface
7264
7365
from yarn_api_client import ApplicationMaster, HistoryServer, NodeManager, ResourceManager
7466
67+
Changelog
68+
=========
69+
70+
0.2.5 - Fixed History REST API
71+
72+
0.2.4 - Added compatibility with HA enabled Resource Manager
73+
7574
.. _python-client-for-hadoop-yarn-api.readthedocs.org: http://python-client-for-hadoop-yarn-api.readthedocs.org/en/latest/
7675
.. _hadoop.apache.org: http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html

0 commit comments

Comments
 (0)