itamae-plugin-recipe-spark 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4a57bd0c4c43b94a896f87b20b4580c10ffe76e2995af89ae2a60e44963554c
|
4
|
+
data.tar.gz: f61d1f73264122bd76db928b6d85b261fec7ee754cdd06b94f683ec20a08f2f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49e7761e3f424ce810e3bd423e4ade4cf122122fbdff80dffc7d200573bea3d31b19a367e8648fac00bf80796ec23b34a171e24564d94f2579dd9fa64c95278f
|
7
|
+
data.tar.gz: 343ffa8a4f31b83bdf2543185c3a65832b785cb9734de40c10866cb7d38b7f851db1f7462f91872252dd59291376a7bc56578fc18aaf25d8769f94df0d72e4b9
|
@@ -0,0 +1 @@
|
|
1
|
+
5a21295b4c3d1d3f8fc85375c711c7c23e3eeb3ec9ea91778f149d8d321e3905e2f44cf19c69a28df693cffd536f7316706c78932e7e148d224424150f18b2c5 spark-3.4.1-bin-hadoop3.tgz
|
@@ -2,12 +2,12 @@ module Itamae
|
|
2
2
|
module Plugin
|
3
3
|
module Recipe
|
4
4
|
module Spark
|
5
|
-
VERSION = "0.1.
|
5
|
+
VERSION = "0.1.9"
|
6
6
|
|
7
7
|
SPARK_VERSION = [
|
8
8
|
SPARK_VERSION_MAJOR = '3',
|
9
|
-
SPARK_VERSION_MINOR = '
|
10
|
-
SPARK_VERSION_REVISION = '
|
9
|
+
SPARK_VERSION_MINOR = '4',
|
10
|
+
SPARK_VERSION_REVISION = '1'
|
11
11
|
].join('.')
|
12
12
|
|
13
13
|
SPARK_REDSHIFT_VERSION = '2.12-5.0.3'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itamae-plugin-recipe-spark
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ichylinux
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: itamae
|
@@ -106,6 +106,7 @@ files:
|
|
106
106
|
- lib/itamae/plugin/recipe/spark/spark-3.1.2_hadoop_2.7_sha256.txt
|
107
107
|
- lib/itamae/plugin/recipe/spark/spark-3.1.2_hadoop_3.2_sha256.txt
|
108
108
|
- lib/itamae/plugin/recipe/spark/spark-3.3.2_hadoop_3_sha256.txt
|
109
|
+
- lib/itamae/plugin/recipe/spark/spark-3.4.1_hadoop_3_sha256.txt
|
109
110
|
- lib/itamae/plugin/recipe/spark/spark-redshift_2.12-5.0.3_sha256.txt
|
110
111
|
- lib/itamae/plugin/recipe/spark/templates/hdfs-site.xml.erb
|
111
112
|
- lib/itamae/plugin/recipe/spark/templates/spark-defaults.conf.erb
|