Skip to content

Commit 639707e

Browse files
committed
Yarn API Client 0.3.3
1 parent 104b5a5 commit 639707e

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
@@ -88,6 +88,10 @@ Programmatic interface
8888
Changelog
8989
=========
9090

91+
0.3.3 Release
92+
- Properly set Content-Type in PUT requests
93+
- Check for HADOOP_CONF_DIR env variable
94+
9195
0.3.2 Release
9296
- Make Kerberos/SPNEGO dependency optional
9397

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

55
from .application_master import ApplicationMaster

0 commit comments

Comments
 (0)