Skip to content

Commit

Permalink
spark:3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Feb 25, 2021
1 parent 8bb7df0 commit e53a680
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
spark_ver: 3.0.1
spark_ver: 3.0.2
spark_hadoop_ver: hadoop3.2
spark_mirror_url: https://archive.apache.org/dist/spark

Expand Down Expand Up @@ -94,3 +94,12 @@ spark_checksums:
hadoop3.2: sha512:E8B47C5B658E0FBC1E57EEA06262649D8418AE2B2765E44DA53AAF50094877D17297CC5F0B9B35DF2CEEF830F19AA31D7E56EAD950BBE7F8830D6874F88CFC3C
# https://archive.apache.org/dist/spark/spark-3.0.1/spark-3.0.1-bin-without-hadoop.tgz.sha512
without-hadoop: sha512:07FC6DF224F303EF53189E6082004400D51CD6C2244D1851D90EABBE58404A69FF980BFFE147A5259A34190E1E1C974C72D02470D10A783D2D87F43A8DA0850B
'3.0.2':
# https://archive.apache.org/dist/spark/spark-3.0.2/spark-3.0.2-bin-hadoop2.7.tgz.sha512
hadoop2.7: sha512:A9BD16D6957579BB2F539D88F83EF5A5005BFBF2909078691397F0F1590B6A0E73C7FD6D51A0B1D69251A1C4C20B9490006B8FA26EBE37B87E9C0CEE98AA3338
# https://archive.apache.org/dist/spark/spark-3.0.2/spark-3.0.2-bin-hadoop2.7-hive1.2.tgz.sha512
hadoop2.7-hive1.2: sha512:7A525F36877AEA11416D00DDCC234FD75489AE04A7E81D3976936AD46B60F28697160C180574730111A950C65C66832DC2C0960C04FD017A54E2E1242C2DCC41
# https://archive.apache.org/dist/spark/spark-3.0.2/spark-3.0.2-bin-hadoop3.2.tgz.sha512
hadoop3.2: sha512:0E35D769AF1D94484AFAB95E2759FBD34E692AA2A6DB2FEFB0EE654BE9DDA1F01C96412F03B5E6AE4BDBA69DC622DD12CAC95002BEAB24096FD315EEF2A5F245
# https://archive.apache.org/dist/spark/spark-3.0.2/spark-3.0.2-bin-without-hadoop.tgz.sha512
without-hadoop: sha512:43147B4C2C5C955E896EE369B58B32BA1970D7DC049BD96B4234D8961D12836E51EBE0D77F03A9FDB10CBDBB211FB86CDCA41563E8FF8281D353C55EFD43A044
2 changes: 1 addition & 1 deletion dl-checksum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ dl_ver() {
dl $ver without-hadoop
}

dl_ver ${1:-3.0.1}
dl_ver ${1:-3.0.2}

0 comments on commit e53a680

Please sign in to comment.