Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Releases: OryxProject/oryx

Oryx 2.8.0

25 Nov 01:45
Compare
Choose a tag to compare

The only change from 2.7.2 is to update and build the project for Spark 2.4, Hadoop 3, and CDH 6.

Oryx 2.7.2

06 Oct 19:16
Compare
Choose a tag to compare

This release fixes one important long-standing issue:

ALS app: java.lang.ClassCastException: java.lang.Object cannot be cast to java.lang.String
#304

It was resolved by replacing Koloboke with Eclipse Collections. It's a non-trivial change but addresses a correctness issue, at the unfortunate cost of about 5% performance in the ALS app.

Oryx 2.7.1

09 Aug 17:56
Compare
Choose a tag to compare

This release contains a single build change to resolve an important error from 2.7.0: #347

Oryx 2.7.0

03 Aug 13:13
Compare
Choose a tag to compare

This release is almost entirely to support Spark 2.3, and to ensure that Kafka 2.x should work as well. There are no other notable changes.

https://github.com/OryxProject/oryx/milestone/25

Oryx 2.6.0

27 Oct 09:41
Compare
Choose a tag to compare

Another quite minor release just for compatibility with Kafka. 2.5 remains available for 0.10.x.

  • Update for Kafka 0.11; requires Kafka 0.11
  • Update to Tomcat 9 and other minor fixes

Oryx 2.5.0

06 Sep 11:09
Compare
Choose a tag to compare

This release is not notably different from 2.4.x, except that it's built for Spark 2.2.x and CDH 5.12.x, as well as the Kafka 0.10 parcel from Cloudera.

Oryx 2.4.1

02 Jun 06:18
Compare
Choose a tag to compare

This release updates the Kafka client to 0.10.2.x, and contains a key fix for topics that are distributed across brokers.

https://github.com/OryxProject/oryx/milestone/22?closed=1

Oryx 2.4.0

24 Apr 16:12
Compare
Choose a tag to compare

The primary purpose of this release vs the 2.3.x branch is to add support for Kafka 0.10 and use its new APIs. It also requires Spark 2.1. Otherwise, there is little change from 2.3.x.

https://github.com/OryxProject/oryx/milestone/19?closed=1

Oryx 2.3.0

12 Mar 15:35
Compare
Choose a tag to compare

The significant change from 2.2.x is that 2.3.x requires and supports Spark 2.x. Otherwise it includes, generally, minor bug fixes and small enhancements.

  • NullPointerException for Batch layer in pure scala when pastData == null
  • During ALS model load, serving can slow down due to solver recomputation
  • Add model validation threshold for acceptance #321

Note that from version 2.3.0, artifacts appear in the standard Maven repository, not the Cloudera repo. No need for custom repository declarations to access these now. See https://repo1.maven.org/maven2/com/cloudera/oryx

Closed issues: https://github.com/OryxProject/oryx/milestone/17?closed=1

Oryx 2.2.2

12 Mar 15:41
Compare
Choose a tag to compare

A minor bug fix and small improvement release.

  • NullPointerException for Batch layer in pure scala when pastData == null
  • During ALS model load, serving can slow down due to solver recomputation
  • Add model validation threshold for acceptance #321

See https://github.com/OryxProject/oryx/milestone/20?closed=1