Metadata-Version: 1.1
Name: yarn-api-client
Version: 0.1.1
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: Mail.Ru Group
Description: hadoop-yarn-api-python-client
        =============================
        
        Python client for Hadoop® YARN API
        
        [![Latest Version](https://pypip.in/version/yarn-api-client/badge.png)](https://pypi.python.org/pypi/yarn-api-client/)
        [![Downloads](https://pypip.in/download/yarn-api-client/badge.png)](https://pypi.python.org/pypi/yarn-api-client/)
        
        Installation
        ------------
        
        From PyPI
        
        ```bash
        pip install yarn-api-client
        ```
        
        From source code
        
        ```bash
        git clone https://github.com/toidi/hadoop-yarn-api-python-client.git
        pushd hadoop-yarn-api-python-client
        python setup.py install
        popd
        ```
        
        Usage
        -----
        
        h3. CLI interface
        
        ```bash
        bin/yarn_client --help
        ```
        
        alternative
        
        ```bash
        python -m yarn_api_client --help
        ```
        
        h3. Programmatic interface
        
        ```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
