itamae-plugin-recipe-hadoop 0.1.0 → 0.1.1

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: d7de592062d83843c93d28c6f4501d37e528422ab2b956b016a4669f33c07765
4
- data.tar.gz: f1918a567f415886abaff1cbb206f07325aa2bcba94e780f0ece778003dd5f4b
3
+ metadata.gz: fbe562ac068e789f62449ba329ab1b70aceef71a8eb96a85eba8fc7652eb8c14
4
+ data.tar.gz: 8f709cd61663912956cbfbae412d54cbc7609e3965ab40c2c66a8ed7a30d37e6
5
5
  SHA512:
6
- metadata.gz: 32f3d4f535e4b2cf309a429033b3220885f72d98f54fd5f45b8e2686c5d4e4f4b8fbc6bab60f12ac7af6930301a7f8745a5e4fbf926cfbd47bdfa595ae6fb818
7
- data.tar.gz: e152ee479e579fff599ec19d9f6f1f8b603ddcffeabb339c5cc786e65981196750a2a8f294f60c26faa20f891817e40ebd3c37f79c7daa6726b849295670b554
6
+ metadata.gz: ca8729528beedb6e1f078a7ce631d6d4f73cfb4f6a1e53b92b851938721a748f6ea1cc2cc3d29f0cdabdae7222ba10e92b71810cea05a93c12b9f39a010a5d09
7
+ data.tar.gz: 70bdc6bce2c589f633e000c139411ac323b792766145856714b3e6a972a941d52b0cb457aa598fbc24f0b3153ec587a2ccd8808a4c30b2c8d03335887f82270f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- itamae-plugin-recipe-hadoop (0.1.0)
4
+ itamae-plugin-recipe-hadoop (0.1.1)
5
5
  itamae (~> 1.10, >= 1.10.4)
6
6
 
7
7
  GEM
@@ -9,25 +9,25 @@ GEM
9
9
  specs:
10
10
  ansi (1.5.0)
11
11
  hashie (4.1.0)
12
- itamae (1.10.6)
12
+ itamae (1.12.1)
13
13
  ansi
14
14
  hashie
15
15
  schash (~> 0.1.0)
16
16
  specinfra (>= 2.64.0, < 3.0.0)
17
17
  thor
18
- net-scp (2.0.0)
19
- net-ssh (>= 2.6.5, < 6.0.0)
20
- net-ssh (5.2.0)
18
+ net-scp (3.0.0)
19
+ net-ssh (>= 2.6.5, < 7.0.0)
20
+ net-ssh (6.1.0)
21
21
  net-telnet (0.1.1)
22
22
  rake (13.0.1)
23
23
  schash (0.1.2)
24
24
  sfl (2.3)
25
- specinfra (2.82.12)
25
+ specinfra (2.82.24)
26
26
  net-scp
27
27
  net-ssh (>= 2.7)
28
28
  net-telnet (= 0.1.1)
29
29
  sfl
30
- thor (1.0.1)
30
+ thor (1.1.0)
31
31
 
32
32
  PLATFORMS
33
33
  ruby
@@ -0,0 +1 @@
1
+ f66a3a4115b8f16c1077d1a198a06854dbef0e4233291712ed08d0a10629ed37 hadoop-3.2.1.tar.gz
@@ -2,12 +2,12 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Hadoop
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
 
7
7
  HADOOP_VERSION = [
8
- HADOOP_VERSION_MAJOR = '2',
9
- HADOOP_VERSION_MINOR = '8',
10
- HADOOP_VERSION_REVISION = '5'
8
+ HADOOP_VERSION5_MAJOR = '3',
9
+ HADOOP_VERSION_MINOR = '2',
10
+ HADOOP_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-hadoop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichylinux
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-14 00:00:00.000000000 Z
11
+ date: 2021-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -80,6 +80,7 @@ files:
80
80
  - lib/itamae/plugin/recipe/hadoop/hadoop-2.7.3_sha256.txt
81
81
  - lib/itamae/plugin/recipe/hadoop/hadoop-2.8.4_sha256.txt
82
82
  - lib/itamae/plugin/recipe/hadoop/hadoop-2.8.5_sha256.txt
83
+ - lib/itamae/plugin/recipe/hadoop/hadoop-3.2.1_sha256.txt
83
84
  - lib/itamae/plugin/recipe/hadoop/install.rb
84
85
  - lib/itamae/plugin/recipe/hadoop/templates/core-site.xml.erb
85
86
  - lib/itamae/plugin/recipe/hadoop/templates/hdfs-site.xml.erb
@@ -103,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
104
  - !ruby/object:Gem::Version
104
105
  version: '0'
105
106
  requirements: []
106
- rubygems_version: 3.0.4
107
+ rubygems_version: 3.1.4
107
108
  signing_key:
108
109
  specification_version: 4
109
110
  summary: itamae recipe for apache hadoop installation