Skip to content

Releases: qubole/qds-sdk-java

1.3.0

10 Aug 07:46
04e02d9
Compare
Choose a tag to compare

Upgraded maven-shade-plugin to 3.2.1
Implemented commandType parameter for command history api

Fixed security risks and changed default retries

24 Apr 07:46
de4c646
Compare
Choose a tag to compare
1.2.1

Updated pom.xml for release

Supports latest features additions to Qubole's REST APIs

20 Aug 07:50
25ff0fe
Compare
Choose a tag to compare

Adds support for scheduling composite commands.
Adds support for ec2 configurations, engine configurations and hive metadata configurations while creating clusters.
Supports cluster creation and editing from roles based accounts.

1.0.0

14 Jan 07:30
Compare
Choose a tag to compare

This release is for Java 8 version and contains Security fixes for Jackson jars.

0.9.4

11 Jan 10:07
Compare
Choose a tag to compare

As Java 7 is no longer supported by Oracle, this will be the final release of Qubole Java SDK with Java 7, subsequent release will be with Java 8 only.

Added support for using macros in hive commands similar to https://docs.qubole.com/en/latest/rest-api/command_api/submit-a-hive-command.html#submit-a-hive-command

Added support for all the parameters in commands history that are supported by commands api i.e https://docs.qubole.com/en/latest/rest-api/command_api/view-command-history.html#view-the-command-history

0.9.0

09 Mar 09:39
Compare
Choose a tag to compare

Add name and tags fields to response of Commands history API

Add cluster label for schedule commands

Add support for Spark Job Server. This change adds new API for Spark Job Server through which we can create, delete, list, show and stop apps of Job Server.

Support db columns in DBImportCommand

Add support for custom_ec2_tags for clusters

Add getter and setters hadoop2 and persistent security group

Handle Token expiry exception with ResultStreamer with IAM roles

0.8.0

12 Sep 17:11
Compare
Choose a tag to compare

Add support to specify serde info of output table of DBImport Command.

Add support to add nodes, remove nodes and replace nodes of Cluster.

Add support to clone a cluster.

Add support to create HBase cluster.

Support Result Streaming for accounts with IAM Roles

Add Javadoc for SparkCommandBuilder and examples for SparkCommand

Add support for Hive and DbTap metadata API.

0.7.0

08 Feb 20:18
Compare
Choose a tag to compare

Set a limit of 1s on minimum polling interval.
Increase the number of retries from 3 to 5. Increase the time between retries.
Add sql support for spark commands.
Add support for specifying persistent security group.
Add support for creating hadoop2 cluster.
Upload the shaded artifact to maven central as well.
Add support for creating spark cluster.
Fix scheduler creation issue. This changes the API a bit but the earlier one was not working.
Fix JsonParseException when CPU value is out of range of int. We now return long instead of int for a couple of fields. This will require code change.

0.6.1

12 Aug 00:14
Compare
Choose a tag to compare

Increase default read timeout to 30s.
Add examples of cluster management commands.
Change the default polling interval from 2.5s to 5s.

0.6.0

26 Mar 18:28
Compare
Choose a tag to compare

Add support for spark command