Skip to content

Commit

Permalink
YARN API Client 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Jun 11, 2019
1 parent e03b98f commit 18ad461
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.5 Release
- Hotfix release to fix internal signature mismatch

0.3.4 Release
- More flexible support for discovering Hadoop configuration
including multiple Resource Managers when HA is configured
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.5.dev'
__version__ = '0.3.5'
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager', 'ResourceManager']

from .application_master import ApplicationMaster
Expand Down

0 comments on commit 18ad461

Please sign in to comment.