Metadata-Version: 1.1
Name: yarn-api-client
Version: 0.1.2
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://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
        
        ------------
        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
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Distributed Computing
