Skip to content

Releases: kubeflow/spark-operator

Release v1alpha1-0.4

23 Oct 20:48
Compare
Choose a tag to compare
Release v1alpha1-0.4 Pre-release
Pre-release

This release includes the following list of features and changes:

  • Helm Chart for the Spark Operator.
  • Support for creating a one-shot SparkApplication from a ScheduledSparkApplication.
  • Support for tolerations.
  • Upgraded to golang 1.11.
  • Bug fixes.

Release v1alpha1-0.3

23 Aug 21:31
Compare
Choose a tag to compare
Release v1alpha1-0.3 Pre-release
Pre-release

This is an alpha release with API version v1alpha1 for Spark 2.3.x and up (including the Spark master branch or 2.4.0-SNAPSHOT). It includes the following list of features and changes:

  • Support for exposing application-level (exposed and served by the operator) as well as driver and executor metrics to Prometheus.
  • Support for automatically uploading local application dependencies to S3 in sparkctl.
  • New mutating admission webhook that replaced the old initializer for pod customization.
  • Support for using pod affinity/anti-affinity, mounting arbitrary volumes to the driver/executors, using image pull secret (requires a Spark image built from the Spark master).
  • PySpark support (requires a Spark image built from the Spark master).
  • Documentation enhancements.

Release v1alpha1-0.2 for Spark 2.3.x

13 Jul 15:35
Compare
Choose a tag to compare
Pre-release

This release version works with Spark 2.3.x. Major changes since the last release include the following:

  • Native cron support via the ScheduledSparkApplication CRD.
  • Bug fixes.
  • Documentation enhancements.

Release v1alpha1-0.1 for Spark 2.3.x

17 Apr 17:30
3624ad8
Compare
Choose a tag to compare
Pre-release

This is the first release of the Spark Operator with API version v1alpha1. This release version works with Spark 2.3.x.