본문 바로가기
python/라이브러리

[python] 하둡 YARN REST API 라이브러리 hadoop-yarn-rest-api

by hs_seo 2019. 5. 29.

 

하둡 YARN의 REST API를 이용할 수 있는 python2용 라이브러리를 소개합니다.

 

하둡 YARN의 REST API중 일부를 구현하였습니다. Cluster Writeable APIs 부터는 알파 버전이기 때문에 구현하지 않았고, YARN의 정보를 확인하는 용도로 사용하면 될 것 같습니다. 구현 목록은 다음과 같습니다. 

 

- 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

 

PIP에서 설치할 수 있고, git 홈페이지는 여기입니다. 

사용방법은 다음과 같습니다. 

 

반응형

'python > 라이브러리' 카테고리의 다른 글

[python] 우지 웹서비스 API 라이브러리 소개  (0) 2019.07.10