Skip to content

Releases: gateway-experiments/hadoop-yarn-api-python-client

1.0.3 Release

16 Nov 14:31
d87999a
Compare
Choose a tag to compare
  • Drop support of Python 2.7 (if you still need it for extreme emergency, look into reverting ab4f715)
  • Update of supported hadoop version to 3.3.1
  • Add support for YARN_CONF_DIR and HADOOP_CONF_DIR
  • Add class for native SimpleAuth (#106)
  • Add constructor argument for proxies (#109)

v1.0.2

27 Jan 22:50
Compare
Choose a tag to compare
  • Add support for Python 3.8.x.
  • Fix HTTPS url parsing.
  • Fix JSON body request APIs.
  • Handle YARN response with empty contents.
  • Better logging support.

v1.0.1

22 Oct 17:55
Compare
Choose a tag to compare

This is a quick follow-on fixup release to 1.0. It includes the following:

  1. Passes the authorization instance to the Active RM check (#58)
  2. Establishes a new (working) documentation site in readthedocs.io: yarn-api-client-python.readthedocs.io
  3. Adds more python version (3.7 and 3.8) to test matrix and removes 2.6.

v1.0.0

22 Oct 13:48
d00c16b
Compare
Choose a tag to compare

1.0.0 Release

  • Major cleanup of API.
    • Address/port parameters have been replaced with complete endpoints (includes scheme [e.g., http or https]).
    • ResourceManager has been updated to take a list of endpoints for improved HA support.
    • ResourceManager, ApplicationMaster, HistoryServer and NodeManager have been updated with methods corresponding to the latest REST API.
  • pytest support on Windows has been provided.
  • Documentation has been updated.

NOTE: Applications using APIs relative to releases prior to 1.0 should pin their dependency on yarn-api-client to less than 1.0 and are encouraged to update to 1.0 as soon as possible.

v0.3.7

26 Sep 17:15
Compare
Choose a tag to compare

0.3.7 Release

  • Honor configured HTTP Policy when no address is provided - enabling using of HTTPS in these cases.

v0.3.6

26 Sep 17:15
Compare
Choose a tag to compare

0.3.6 Release

  • Extend ResourceManager to allow applications to better determine resource availability prior to submission.

v0.3.5

11 Jun 09:31
Compare
Choose a tag to compare

0.3.5 Release

  • Hotfix release to fix an internal signature mismatch

v0.3.4

06 Jun 19:12
Compare
Choose a tag to compare

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

v0.3.3

18 Mar 16:55
Compare
Choose a tag to compare

0.3.3 Release

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

v0.3.2

24 Dec 11:28
Compare
Choose a tag to compare

0.3.2 Release

  • Make Kerberos/SPNEGO dependency optional