Releases: vemonet/setup-spark
Releases · vemonet/setup-spark
Setup Spark v1
Set up Apache Spark in a GitHub Actions workflow to test Spark applications easily
v1.2.1
- Update
node16
tonode20
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
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
Improve download speed by using official download URL when possible instead of archive URL, done by @benjamincitrin
v1.1.0
Set up Apache Spark in a GitHub Actions workflow to test Spark applications easily
- Update to latest actions-core package
- Improve Spark binary download