Metadata-Version: 1.1
Name: yarn-api-client
Version: 0.2.3
Summary: Python client for Hadoop® YARN API
Home-page: https://github.com/toidi/hadoop-yarn-api-python-client
Author: Iskandarov Eduard
Author-email: e.iskandarov@corp.mail.ru
License: BSD
Description: =============================
        hadoop-yarn-api-python-client
        =============================
        
        Python client for Hadoop® YARN API
        
        .. image:: https://coveralls.io/repos/toidi/hadoop-yarn-api-python-client/badge.png
            :target: https://coveralls.io/r/toidi/hadoop-yarn-api-python-client
            :alt: Test coverage
        
        .. image:: https://pypip.in/version/yarn-api-client/badge.png
            :target: https://pypi.python.org/pypi/yarn-api-client/
            :alt: Latest Version
        
        .. image:: https://pypip.in/download/yarn-api-client/badge.png
            :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_
        
        ------------
        Installation
        ------------
        
        From PyPI
        
        ::
        
            pip install yarn-api-client
        
        
        From source code
        
        ::
        
           git clone https://github.com/toidi/hadoop-yarn-api-python-client.git
           pushd hadoop-yarn-api-python-client
           python setup.py install
           popd
        
        -----
        Usage
        -----
        
        CLI interface
        =============
        
        ::
        
           bin/yarn_client --help
        
        alternative
        
        ::
        
           python -m yarn_api_client --help
        
        Programmatic interface
        ======================
        
        .. code-block:: python
        
           from yarn_api_client import ApplicationMaster, HistoryServer, NodeManager, ResourceManager
        
        .. _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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: System :: Distributed Computing
