Skip to content

Commit

Permalink
spark:3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Oct 28, 2021
1 parent 788e6e6 commit 9b278a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
spark_ver: 3.1.2
spark_ver: 3.2.0
spark_hadoop_ver: hadoop3.2
spark_mirror_url: https://archive.apache.org/dist/spark

Expand Down Expand Up @@ -117,3 +117,10 @@ spark_checksums:
hadoop3.2: sha512:2385CB772F21B014CE2ABD6B8F5E815721580D6E8BC42A26D70BBCDDA8D303D886A6F12B36D40F6971B5547B70FAE62B5A96146F0421CB93D4E51491308EF5D5
# https://archive.apache.org/dist/spark/spark-3.1.2/spark-3.1.2-bin-without-hadoop.tgz.sha512
without-hadoop: sha512:E7B580BC67356F1B36756B18A95E452307EB3825265616E399B1766124764D6E65AB4C666AD23C93E006D88B6C83A78A7D786BE981B4F20696697860A459879D
'3.2.0':
# https://archive.apache.org/dist/spark/spark-3.2.0/spark-3.2.0-bin-hadoop2.7.tgz.sha512
hadoop2.7: sha512:F20D853CFD1E0E2BA1378B11F1CE6FD9FD546EE072724667853456EFFFA11926F5FEAF08DA49AA2C0C0775813CBD82E24239961D6A976BCE14E15AEC3D6D1AC4
# https://archive.apache.org/dist/spark/spark-3.2.0/spark-3.2.0-bin-hadoop3.2.tgz.sha512
hadoop3.2: sha512:EBE51A449EBD070BE7D3570931044070E53C23076ABAD233B3C51D45A7C99326CF55805EE0D573E6EB7D6A67CFEF1963CD77D6DC07DD2FD70FD60DA9D1F79E5E
# https://archive.apache.org/dist/spark/spark-3.2.0/spark-3.2.0-bin-without-hadoop.tgz.sha512
without-hadoop: sha512:710854DDB0617EFCB9783725F027617FFEB6CE17A161D069F4008700E0027CB87E5BF6D772A21746AEAEC0DA06703A8B257DEF72951C1073BFE0A3EBE497AF71
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.1.2}
dl_ver ${1:-3.2.0}

0 comments on commit 9b278a5

Please sign in to comment.