Metadata-Version: 2.1
Name: hadoop-yarn-rest-api
Version: 0.3
Summary: Python wrapper for Hadoop YARN REST API
Home-page: https://github.com/developer-sdk/yarn-rest-api
Author: hs_seo
Author-email: fluorite118@gmail.com
License: UNKNOWN
Download-URL: https://github.com/developer-sdk/yarn-rest-api/archive/master.zip
Keywords: hadoop,yarn,rest,api
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent

This is Python Library for Hadoop YARN REST api.

This project follows the [Hadoop YARN REST Api](https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html) document.

Usage
=====

Install it::

    pip install hadoop-yarn-rest-api


