Skip to content

Commit

Permalink
spark:3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Jun 1, 2021
1 parent 81e1138 commit 788e6e6
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.1
spark_ver: 3.1.2
spark_hadoop_ver: hadoop3.2
spark_mirror_url: https://archive.apache.org/dist/spark

Expand Down Expand Up @@ -110,3 +110,10 @@ spark_checksums:
hadoop3.2: sha512:E90B31E58F6D95A42900BA4D288261D71F6C19FA39C1CB71862B792D1B5564941A320227F6AB0E09D946F16B8C1969ED2DEA2A369EC8F9D2D7099189234DE1BE
# https://archive.apache.org/dist/spark/spark-3.1.1/spark-3.1.1-bin-without-hadoop.tgz.sha512
without-hadoop: sha512:E7281EDA97F3A6FEDBFDC9B6B544A57AD4B8C862E26530A745E3BECE390E90C98D7CC5C44502CE74BBD3CBC276B714AD2C5B5B46937436B3F56DFF03525CE86E
'3.1.2':
# https://archive.apache.org/dist/spark/spark-3.1.2/spark-3.1.2-bin-hadoop2.7.tgz.sha512
hadoop2.7: sha512:BA47E074B2A641B23EE900D4E28260BAA250E2410859D481B38F2EAD888C30DAEA3683F505608870148CF40F76C357222A2773F1471E7342C622E93BF02479B7
# https://archive.apache.org/dist/spark/spark-3.1.2/spark-3.1.2-bin-hadoop3.2.tgz.sha512
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
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.1}
dl_ver ${1:-3.1.2}

0 comments on commit 788e6e6

Please sign in to comment.