File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,10 @@ Python client for Hadoop® YARN API
12
12
:target: https://pypi.python.org/pypi/yarn-api-client/
13
13
:alt: Latest Version
14
14
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
-
19
15
.. image :: https://travis-ci.org/toidi/hadoop-yarn-api-python-client.svg?branch=master
20
16
:target: https://travis-ci.org/toidi/hadoop-yarn-api-python-client
21
17
:alt: Travis CI build status
22
18
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
-
27
19
Package documentation: python-client-for-hadoop-yarn-api.readthedocs.org _
28
20
29
21
REST API documentation: hadoop.apache.org _
@@ -72,5 +64,12 @@ Programmatic interface
72
64
73
65
from yarn_api_client import ApplicationMaster, HistoryServer, NodeManager, ResourceManager
74
66
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
+
75
74
.. _python-client-for-hadoop-yarn-api.readthedocs.org : http://python-client-for-hadoop-yarn-api.readthedocs.org/en/latest/
76
75
.. _hadoop.apache.org : http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html
You can’t perform that action at this time.
0 commit comments