Releases: qubole/qds-sdk-py
Releases · qubole/qds-sdk-py
v1.6.0
Changes from v1.5.1
- Support for HBase commands.
v1.5.1
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
Changes from v1.4.3
- Add connect and read timeouts for http requests. (30s and 5m for connect and read respectively.)
v1.4.3
Changes from v1.4.2
- Fix bug around long result handling in Python 3.
v1.4.2
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
Changes from v1.4.0
- Add support for specifying custom ec2 tags for cluster instances.
- Add support for running spark commands.
v1.4.0
Changes from v1.4.0
-
Add support for fetching info about hadoop jobs launched by commands.
qds.py hivecmd getjobs 123
v1.3.4
Changes from v1.3.3
- Hotfix for help output bug introduced in v1.3.3
v1.3.3
Changes from v1.3.2
- Option to print command logs to stderr when using 'run' action.
v1.3.2
Changes from v1.3.1
- Support for groups and roles functionality.
- Add Apache License.
- Fix for some urllib3 import errors.