Skip to content

Releases: jeffryang24/asdf-spark

v1.2.2

18 Nov 11:06
ea98bf5
Compare
Choose a tag to compare

1.2.2 (2022-11-18)

Bug Fixes

  • script: fix typo in autoload zsh (d121014)

v1.2.1

18 Nov 10:48
6f07a20
Compare
Choose a tag to compare

1.2.1 (2022-11-18)

Bug Fixes

  • scripts: chmod 755 for set spark_home scripts (26a510e)

v1.2.0

18 Nov 10:38
9670d9a
Compare
Choose a tag to compare

1.2.0 (2022-11-18)

Features

  • misc: add set spark_home scripts (f483e9e)

v1.1.0

28 Oct 11:55
acfdf67
Compare
Choose a tag to compare

1.1.0 (2022-10-28)

Features

  • download: introduce ASDF_SPARK_SKIP_VERIFICATION variable (f9845a5)
  • download: verify checksum before extracting archive (1c0985d)

Bug Fixes

  • utils: fix download_sha_checksum method (6101e72)
  • utils: fix typo variable inside validate_sha_checksum (c93867e)
  • utils: fix unbound variable from download command after refactoring (44127c7)

v1.0.1

26 Oct 10:53
2158180
Compare
Choose a tag to compare

1.0.1 (2022-10-26)

Bug Fixes

  • utils: fix without-hadoop env variable pattern matching (4fc81da)

v1.0.0

26 Oct 07:11
eca27c3
Compare
Choose a tag to compare

1.0.0 (2022-10-26)

Features

  • list-all: implement list_all_versions with unit test (03d08e2)
  • utils: implement download and install utilities (82eb997)

Bug Fixes

  • utils: fix starglob when copying tools files (90fd415)