2
2
hadoop-yarn-api-python-client
3
3
=============================
4
4
5
- Python client for Hadoop® YARN API
6
-
7
- .. image :: https://coveralls.io/repos/toidi/hadoop-yarn-api-python-client/badge.png
8
- :target: https://coveralls.io/r/toidi/hadoop-yarn-api-python-client
9
- :alt: Test coverage
5
+ Python client for Apache Hadoop® YARN API
10
6
11
7
.. image :: https://img.shields.io/pypi/v/yarn-api-client.svg
12
8
:target: https://pypi.python.org/pypi/yarn-api-client/
@@ -16,6 +12,14 @@ Python client for Hadoop® YARN API
16
12
:target: https://travis-ci.org/toidi/hadoop-yarn-api-python-client
17
13
:alt: Travis CI build status
18
14
15
+ .. image :: http://readthedocs.org/projects/python-client-for-hadoop-yarn-api/badge/?version=latest
16
+ :target: https://python-client-for-hadoop-yarn-api.readthedocs.org/en/latest/?badge=latest
17
+ :alt: Latest documentation status
18
+
19
+ .. image :: https://coveralls.io/repos/toidi/hadoop-yarn-api-python-client/badge.png
20
+ :target: https://coveralls.io/r/toidi/hadoop-yarn-api-python-client
21
+ :alt: Test coverage
22
+
19
23
Package documentation: python-client-for-hadoop-yarn-api.readthedocs.org _
20
24
21
25
REST API documentation: hadoop.apache.org _
@@ -30,6 +34,11 @@ From PyPI
30
34
31
35
pip install yarn-api-client
32
36
37
+ From Anaconda (conda forge)
38
+
39
+ ::
40
+
41
+ conda install -c conda-forge yarn-api-client
33
42
34
43
From source code
35
44
@@ -67,9 +76,16 @@ Programmatic interface
67
76
Changelog
68
77
=========
69
78
70
- 0.2.5 - Fixed History REST API
79
+ 0.3.0 Release
80
+ - Add support for YARN endpoints protected by Kerberos/SPNEGO
81
+ - Moved to `requests ` package for REST API invocation
82
+ - Remove `http_con ` property, as connections are now managed by `requests ` package
83
+
84
+ 0.2.5 Release
85
+ - Fixed History REST API
71
86
72
- 0.2.4 - Added compatibility with HA enabled Resource Manager
87
+ 0.2.4 Release
88
+ - Added compatibility with HA enabled Resource Manager
73
89
74
90
.. _python-client-for-hadoop-yarn-api.readthedocs.org : http://python-client-for-hadoop-yarn-api.readthedocs.org/en/latest/
75
91
.. _hadoop.apache.org : http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html
0 commit comments