Skip to content

Releases: vemonet/setup-spark

Setup Spark v1

06 Nov 23:59
a3f00c8
Compare
Choose a tag to compare

Set up Apache Spark in a GitHub Actions workflow to test Spark applications easily

v1.2.1

09 Feb 13:37
f16db1c
Compare
Choose a tag to compare
  • Update node16 to node20

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Jul 07:51
Compare
Choose a tag to compare

What's Changed

  • Use @action/tool-cache to download, extract and cache the Spark binary
  • Do not generate a symbolic link anymore
  • Better error handling
  • Add more configurable options: xms, xmx, log-level

Full Changelog: v1.1.2...v1.2.0

v1.1.2

22 Jul 11:29
Compare
Choose a tag to compare

What's Changed

  • Improved download from official recommended URL
  • Improved error handling
  • Added eslint
  • Update README.md by @benjamincitrin in #26

Full Changelog: v1.1.1...v1.1.2

v1.1.1

14 Jul 09:17
Compare
Choose a tag to compare

Improve download speed by using official download URL when possible instead of archive URL, done by @benjamincitrin

v1.1.0

13 Jul 10:43
Compare
Choose a tag to compare

Set up Apache Spark in a GitHub Actions workflow to test Spark applications easily

  • Update to latest actions-core package
  • Improve Spark binary download