Skip to content

Commit

Permalink
YARN API Client 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Jun 6, 2019
1 parent c31fcd8 commit 0b6618e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ Programmatic interface
Changelog
=========
0.3.4 Release
- More flexible support for discovering Hadoop configuration
including multiple Resource Managers when HA is configured
- Properly support YARN post response codes

0.3.3 Release
- Properly set Content-Type in PUT requests
Expand Down
2 changes: 1 addition & 1 deletion yarn_api_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '0.3.4.dev0'
__version__ = '0.3.4'
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager', 'ResourceManager']

from .application_master import ApplicationMaster
Expand Down

0 comments on commit 0b6618e

Please sign in to comment.