Skip to content

Releases: qubole/qds-sdk-py

v1.6.0

11 May 18:16
Compare
Choose a tag to compare

Changes from v1.5.1

  • Support for HBase commands.

v1.5.1

22 Apr 19:47
Compare
Choose a tag to compare

Changes from v1.5.0

  • Use same value for read and connect timeouts - this makes sure that the library is compatible with older versions of python-requests.

v1.5.0

21 Apr 19:08
Compare
Choose a tag to compare

Changes from v1.4.3

  • Add connect and read timeouts for http requests. (30s and 5m for connect and read respectively.)

v1.4.3

31 Mar 21:49
Compare
Choose a tag to compare

Changes from v1.4.2

  • Fix bug around long result handling in Python 3.

v1.4.2

25 Mar 20:51
Compare
Choose a tag to compare

Changes from v1.4.1

  • Supoort for cluster clone api.
  • Remove deprecated 'hadoop_cluster check' command.
  • Send custom user-agent header.
  • Add support for creating hadoop2 clusters.

v1.4.1

25 Feb 19:49
Compare
Choose a tag to compare

Changes from v1.4.0

  • Add support for specifying custom ec2 tags for cluster instances.
  • Add support for running spark commands.

v1.4.0

20 Feb 01:19
Compare
Choose a tag to compare

Changes from v1.4.0

  • Add support for fetching info about hadoop jobs launched by commands.

    qds.py hivecmd getjobs 123

v1.3.4

04 Feb 20:02
Compare
Choose a tag to compare

Changes from v1.3.3

  • Hotfix for help output bug introduced in v1.3.3

v1.3.3

04 Feb 19:41
Compare
Choose a tag to compare

Changes from v1.3.2

  • Option to print command logs to stderr when using 'run' action.

v1.3.2

28 Jan 05:22
Compare
Choose a tag to compare

Changes from v1.3.1

  • Support for groups and roles functionality.
  • Add Apache License.
  • Fix for some urllib3 import errors.