hadoop-yarn-rest-api

Python wrapper for Hadoop YARN REST API


Keywords
hadoop, yarn, rest, api, resourcemanager, python, python2
License
MIT
Install
pip install hadoop-yarn-rest-api==1.1.0

Documentation

Hadoop YARN REST APIs

This is Python Library for Hadoop YARN REST api.

This project follows the Hadoop YARN REST Api document.

We have implemented the following APIs.

- Cluster Information API
- Cluster Metrics API
- Cluster Scheduler API
- Cluster Applications API
- Cluster Application Statistics API
- Cluster Application API
- Cluster Application Attempts API
- Cluster Nodes API
- Cluster Node API

Usage

You can install it from PIP.

pip install hadoop-yarn-rest-api