itamae-plugin-recipe-spark 0.1.2 → 0.1.3

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: 605132bc36830fea99471ce83f20ab11d186b10f5d83e6762b9b27090ef2417c
4
- data.tar.gz: d65298d73321e36b7ff8a896f097eb48d7c33287f72598e1e677d87b2ed28d67
3
+ metadata.gz: 77e8771db8b1db89c94464b193ceba5dc9351f899a82e8c58a1909a5c69b459a
4
+ data.tar.gz: a046fb52418f17fd4019be8b9e287c05e37d31a30fbcacea290c3164bb328751
5
5
  SHA512:
6
- metadata.gz: 20d8e643ccbbb54a3a37d323f15a2c07521afdeaa5fd4e94cf470f77a7afae9aeda927fbce8784c76284d5bdcc913db2135b48970fbee35d36afb20a04c3f703
7
- data.tar.gz: bd801b5977fcbaf3a6639a8587eccfd3388480727a69a94255701388b96914a15be4b7072b59b3998e7f2d7b92195c2f8a080e628b57e0c898e63aef65d87395
6
+ metadata.gz: c40a91f38f22946963d6e39c58b6f793c0ece74b09af77c716d7b82d3359d88bf0808b79a5b1a0d17691c198f2fb6bd1df059930189f0f1b2db65c09ec2686cb
7
+ data.tar.gz: eba79e1eb97320add640cb48407577f006c54cc7368f17c567e8e77526c6e27e9f409fed2ccd3b6ac6971735bae8a4992df2493e0a04f2f53a350d7627ab5adf
@@ -0,0 +1 @@
1
+ 13098490936c9931beda3acc4c30cdc5ca707acd1415eebde1030b11903934fe spark-2.4.7-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.2"
5
+ VERSION = "0.1.3"
6
6
 
7
7
  SPARK_VERSION = [
8
8
  SPARK_VERSION_MAJOR = '2',
9
9
  SPARK_VERSION_MINOR = '4',
10
- SPARK_VERSION_REVISION = '6'
10
+ SPARK_VERSION_REVISION = '7'
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichylinux
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-24 00:00:00.000000000 Z
11
+ date: 2020-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -100,6 +100,7 @@ files:
100
100
  - lib/itamae/plugin/recipe/spark/spark-2.4.4_sha256.txt
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
+ - lib/itamae/plugin/recipe/spark/spark-2.4.7_sha256.txt
103
104
  - lib/itamae/plugin/recipe/spark/templates/hdfs-site.xml.erb
104
105
  - lib/itamae/plugin/recipe/spark/templates/spark-defaults.conf.erb
105
106
  - lib/itamae/plugin/recipe/spark/version.rb
@@ -122,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
123
  - !ruby/object:Gem::Version
123
124
  version: '0'
124
125
  requirements: []
125
- rubygems_version: 3.0.4
126
+ rubygems_version: 3.0.6
126
127
  signing_key:
127
128
  specification_version: 4
128
129
  summary: itamae recipe for apache spark installation