Skip to content

Commit

Permalink
spark:3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Sep 8, 2020
1 parent 1c9c9c2 commit 5271332
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.0
spark_ver: 3.0.1
spark_hadoop_ver: hadoop3.2
spark_mirror_url: https://archive.apache.org/dist/spark

Expand Down Expand Up @@ -85,3 +85,12 @@ spark_checksums:
hadoop3.2: sha512:BFE45406C67CC4AE00411AD18CC438F51E7D4B6F14EB61E7BF6B5450897C2E8D3AB020152657C0239F253735C263512FFABF538AC5B9FFFA38B8295736A9C387
# https://archive.apache.org/dist/spark/spark-3.0.0/spark-3.0.0-bin-without-hadoop.tgz.sha512
without-hadoop: sha512:E955A22D4AC917883BCE7327711F33829818946EDC40F1316F0B651DD15B243DFC2FB345794634B41ABA75F0BE2C1E4E1850331409B367F101BF2D308F463709
'3.0.1':
# https://archive.apache.org/dist/spark/spark-3.0.1/spark-3.0.1-bin-hadoop2.7.tgz.sha512
hadoop2.7: sha512:F4A10BAEC5B8FF1841F10651CAC2C4AA39C162D3029CA180A9749149E6060805B5B5DDF9287B4AA321434810172F8CC0534943AC005531BB48B6622FBE228DDC
# https://archive.apache.org/dist/spark/spark-3.0.1/spark-3.0.1-bin-hadoop2.7-hive1.2.tgz.sha512
hadoop2.7-hive1.2: sha512:E8A4D81ADB155E64DDE204E2AEE4AB692672CA3BFD186A70217A35D36051E3BB8E87F7D18F4CC3D30A2ADF29400A112E30BAAE66D73701B9AE912C2E5C00E8F3
# https://archive.apache.org/dist/spark/spark-3.0.1/spark-3.0.1-bin-hadoop3.2.tgz.sha512
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
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.0}
dl_ver ${1:-3.0.1}

0 comments on commit 5271332

Please sign in to comment.