Releases: jeffryang24/asdf-spark
Releases · jeffryang24/asdf-spark
v1.2.2
1.2.2 (2022-11-18)
Bug Fixes
- script: fix typo in autoload zsh (d121014)
v1.2.1
1.2.1 (2022-11-18)
Bug Fixes
- scripts: chmod 755 for set spark_home scripts (26a510e)
v1.2.0
1.2.0 (2022-11-18)
Features
- misc: add set spark_home scripts (f483e9e)
v1.1.0
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
1.0.1 (2022-10-26)
Bug Fixes
- utils: fix without-hadoop env variable pattern matching (4fc81da)
v1.0.0
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)