Skip to content

Commit

Permalink
Merge 174811e into 2c21799
Browse files Browse the repository at this point in the history
  • Loading branch information
toidi committed Aug 28, 2018
2 parents 2c21799 + 174811e commit b994290
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down Expand Up @@ -72,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

0 comments on commit b994290

Please sign in to comment.