itamae-plugin-recipe-spark 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a942c57a61e3be0a5d65916011b4c4a93ccce2665152f480cb4a5d79fd07a415
|
4
|
+
data.tar.gz: 1f8bf34d5120a62bedd9f245dff03a62956e31e17d90839cda8ec68df478b4e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2a4069326bbcdccf2e57a6470299d5111576c43aa7614527b24ec89abd81939adf830a55033e227caeb4d429e6a26d93fd8382bfbe18919d92374f91530da15
|
7
|
+
data.tar.gz: 945aa06cf08dbf9523cbb9e339d8e33073127c66b0eff1abf230ebdbc33096bc93391f98a34ae4272dd1d3e4dda32eead921814a6f40322c1c8a4486be5ef69b
|
@@ -0,0 +1 @@
|
|
1
|
+
61543e748d225d859e3e0d488362f9dc4b6496a104ef5a4b297d341a47a49a12 spark-3.0.1-bin-hadoop2.7.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.4"
|
6
6
|
|
7
7
|
SPARK_VERSION = [
|
8
|
-
SPARK_VERSION_MAJOR = '
|
9
|
-
SPARK_VERSION_MINOR = '
|
10
|
-
SPARK_VERSION_REVISION = '
|
8
|
+
SPARK_VERSION_MAJOR = '3',
|
9
|
+
SPARK_VERSION_MINOR = '0',
|
10
|
+
SPARK_VERSION_REVISION = '1'
|
11
11
|
].join('.')
|
12
12
|
|
13
13
|
end
|
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.4
|
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: 2021-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: itamae
|
@@ -101,6 +101,7 @@ files:
|
|
101
101
|
- lib/itamae/plugin/recipe/spark/spark-2.4.5_sha256.txt
|
102
102
|
- lib/itamae/plugin/recipe/spark/spark-2.4.6_sha256.txt
|
103
103
|
- lib/itamae/plugin/recipe/spark/spark-2.4.7_sha256.txt
|
104
|
+
- lib/itamae/plugin/recipe/spark/spark-3.0.1_sha256.txt
|
104
105
|
- lib/itamae/plugin/recipe/spark/templates/hdfs-site.xml.erb
|
105
106
|
- lib/itamae/plugin/recipe/spark/templates/spark-defaults.conf.erb
|
106
107
|
- lib/itamae/plugin/recipe/spark/version.rb
|
@@ -123,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
124
|
- !ruby/object:Gem::Version
|
124
125
|
version: '0'
|
125
126
|
requirements: []
|
126
|
-
rubygems_version: 3.
|
127
|
+
rubygems_version: 3.1.4
|
127
128
|
signing_key:
|
128
129
|
specification_version: 4
|
129
130
|
summary: itamae recipe for apache spark installation
|