Skip to content

Commit

Permalink
Yarn API Client 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Mar 18, 2019
1 parent 104b5a5 commit 639707e
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 @@ -88,6 +88,10 @@ Programmatic interface
Changelog
=========

0.3.3 Release
- Properly set Content-Type in PUT requests
- Check for HADOOP_CONF_DIR env variable

0.3.2 Release
- Make Kerberos/SPNEGO dependency optional

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.3.dev0'
__version__ = '0.3.3'
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager','ResourceManager']

from .application_master import ApplicationMaster
Expand Down

0 comments on commit 639707e

Please sign in to comment.