Skip to content

Releases: hortonworks-spark/shc

v1.1.3-2.3-SystemTest

29 Jun 21:06
Compare
Choose a tag to compare
v1.1.3-2.3-SystemTest Pre-release
Pre-release

This release is only for system testing against Spark 2.3.

v1.1.2-2.2-SystemTest

01 Aug 22:11
Compare
Choose a tag to compare

This release is only for system testing against Spark 2.2.

v1.1.1-2.1-SystemTest

01 Aug 22:11
Compare
Choose a tag to compare

This release is only for system testing Spark 2.1.

v1.1.1-2.1-HDP-2.6.1.0

26 May 16:44
Compare
Choose a tag to compare

This release is for HDP-2.6.1.0.

v1.1.1-2.1

18 May 21:03
Compare
Choose a tag to compare

This release has the following updates.

  • Support multiple secure HBase clusters. Two long running examples (LRJobAccessing2Clusters and LRJobForDataSources) for this feature have been added.
  • Bug fixes.

v1.1.1-1.6

18 May 20:23
Compare
Choose a tag to compare

Bug fixes.

v1.1.0-2.1

02 Mar 23:11
Compare
Choose a tag to compare

This release has the same features/functionalities as v1.1.0-1.6 and v1.1.0-2.0.

v1.1.0-2.0

02 Mar 22:50
Compare
Choose a tag to compare

This release has the following updates.

  • Support Phoenix as data coder. Phoenix coder supports the composite key in which the length of values of each individual key can be variable. Also, SHC supports plugin coders, which just needs to extends trait SHCDataType (there are three internal coders) and specify the coder name in catalog definition like this.
  • Fully support all the Avro schemas. Users can use either a complete record schema or partial field schema as data type in their catalog.
  • Add an API to log the state of HBase connection cache (commit 82d7aa0).
  • Fix some bugs. Now different columns can be written into the same column family, and users are able to specify the namespace for their tables.
  • Fix some performance issues. E.g. the performance of OR has been improved.

v1.1.0-1.6

02 Mar 22:29
Compare
Choose a tag to compare

This release has the following updates.

  • Support Phoenix as data coder. Phoenix coder supports the composite key in which the length of values of each individual key can be variable. Also, SHC supports plugin coders, which just needs to extends trait SHCDataType (there are three internal coders) and specify the coder name in catalog definition like this.
  • Fully support all the Avro schemas. Users can use either a complete record schema or partial field schema as data type in their catalog.
  • Add an API to log the state of HBase connection cache (commit 82d7aa0).
  • Fix some bugs. Now different columns can be written into the same column family, and users are able to specify the namespace for their tables.
  • Fix some performance issues. E.g. the performance of OR has been improved.