Skip to content

Commit 0b6618e

Browse files
committed
YARN API Client 0.3.4
1 parent c31fcd8 commit 0b6618e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ Programmatic interface
8787
8888
Changelog
8989
=========
90+
0.3.4 Release
91+
- More flexible support for discovering Hadoop configuration
92+
including multiple Resource Managers when HA is configured
93+
- Properly support YARN post response codes
9094

9195
0.3.3 Release
9296
- Properly set Content-Type in PUT requests

yarn_api_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.3.4.dev0'
2+
__version__ = '0.3.4'
33
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager', 'ResourceManager']
44

55
from .application_master import ApplicationMaster

0 commit comments

Comments
 (0)