Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Releases: d2iq-archive/spark-build

Spark 2.0.0-2.2.0-1

11 Sep 18:20
Compare
Choose a tag to compare

Improvements

  • Kerberos support changed to use common code from spark-core instead of custom implementation.
  • Added file and environment-based secret support.
  • Kerberos key tab/TGT login from the DC/OS Spark CLI in cluster mode (uses file-based secrets).
  • Added CNI network label support.
  • CLI doesn't require spark-submit to be present on client machine.

Bug fixes

  • Drivers are successfully re-launched when --supervise flag is set.
  • CLI works on 1.9 and 1.10 DC/OS clusters.

Breaking changes

  • Setting spark.app_id has been removed (e.g. dcos config set spark.app_id <dispatcher_app_id>). To submit jobs with a given dispatcher use dcos spark --name <dispatcher_app_id>.
  • principal is now service_account and secret is now service_account_secret.

1.1.1-2.2.0

02 Aug 22:07
Compare
Choose a tag to compare

Improvements

  • Upgrade to Spark 2.2.0
  • Spark driver now supports configurable failover_timeout. The default value is 0 when the configuration is not set. SPARK-21456.

1.0.9-2.1.0-1

15 Mar 22:18
Compare
Choose a tag to compare
  • The history server has been removed from the "spark" package, and put into a dedicated "spark-history" package.

1.0.8-2.1.0-1: Features:

12 Apr 16:37
Compare
Choose a tag to compare

Features:

  • CNI
  • Increase default offer refuse timeout to 120s to avoid starvation

1.0.7-2.1.0

18 Jan 00:29
Compare
Choose a tag to compare

Features:

  • Spark 2.1.0
  • SparkR support
  • CNI support