itamae-plugin-recipe-hadoop 0.1.2 → 0.1.4

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: 8c4671dc76f51a2ba71a67864184545241d0431094710aedf656dd7efb802112
4
- data.tar.gz: 26cf0bc7a9da64c66eae9cb493dbadcccb896bbf76a615d2bed17113f212258b
3
+ metadata.gz: 2659bd6567f0227db26edd735ba64b5b51ddc482069f736b7735a2a3b2842bea
4
+ data.tar.gz: 03eec643d5ea5fd98ea0e309d38bd96732e83910f35e9602daa595b8b15cd2c2
5
5
  SHA512:
6
- metadata.gz: 58cf98254d423df5faaf68b5dc4dd2ef1a54d1438df8b83f703f0d73fc12cfbf361ebdbba2f4dbed9e3775877f32dbce347f15414c191886902e7db8cc8906cf
7
- data.tar.gz: '099afa226f1da95dac329b0e10ca4a103662d182726828711f9fc8659f8a7a5c67dd6c2ed3e83c758cfe1dfe14163ee58ab6793bdf2817336bc7bfd52e0e223d'
6
+ metadata.gz: 841a4741cad4b84f5afd781f988c77adb7f6281574ed8881efc9172122a9b51b54e169d7c57ca1f6288d4ffeb10d52f30a469841cba7a7f65fcb1129fda6d708
7
+ data.tar.gz: 93acabfcda1e2a6b36bdc60a6800fd5f458d153fb834098ff3e9f0d996b0fb5fb873476b59abcbdf4c32fc088c0254618cd79d0cea518de2c00b1f21ad940c1e
data/Gemfile.lock CHANGED
@@ -1,33 +1,35 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- itamae-plugin-recipe-hadoop (0.1.1)
4
+ itamae-plugin-recipe-hadoop (0.1.4)
5
5
  itamae (~> 1.10, >= 1.10.4)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  ansi (1.5.0)
11
- hashie (4.1.0)
12
- itamae (1.12.1)
11
+ base64 (0.3.0)
12
+ hashie (5.0.0)
13
+ itamae (1.14.1)
13
14
  ansi
14
15
  hashie
15
16
  schash (~> 0.1.0)
16
17
  specinfra (>= 2.64.0, < 3.0.0)
17
- thor
18
- net-scp (3.0.0)
19
- net-ssh (>= 2.6.5, < 7.0.0)
20
- net-ssh (6.1.0)
21
- net-telnet (0.1.1)
18
+ thor (>= 1.0.0)
19
+ net-scp (4.1.0)
20
+ net-ssh (>= 2.6.5, < 8.0.0)
21
+ net-ssh (7.3.0)
22
+ net-telnet (0.2.0)
22
23
  rake (13.0.1)
23
24
  schash (0.1.2)
24
25
  sfl (2.3)
25
- specinfra (2.82.24)
26
+ specinfra (2.94.1)
27
+ base64
26
28
  net-scp
27
29
  net-ssh (>= 2.7)
28
- net-telnet (= 0.1.1)
30
+ net-telnet
29
31
  sfl
30
- thor (1.1.0)
32
+ thor (1.3.2)
31
33
 
32
34
  PLATFORMS
33
35
  ruby
@@ -0,0 +1 @@
1
+ 1f5762682cef3daff8b2379fe7e40efca107bb7e8dcaa4a513e3bc0c082067759dd05d493ec997433dde2c89ea63dbc93aee0bba60045f89d3ec2d3f687f58b3 hadoop-3.3.3.tar.gz
@@ -0,0 +1 @@
1
+ 9ad5487833996dfe5514e756f4391029c90529fd22e8d002fd3dd0c14c04ba46 hadoop-3.4.1.tar.gz
@@ -2,11 +2,11 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Hadoop
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.4"
6
6
 
7
7
  HADOOP_VERSION = [
8
8
  HADOOP_VERSION5_MAJOR = '3',
9
- HADOOP_VERSION_MINOR = '2',
9
+ HADOOP_VERSION_MINOR = '4',
10
10
  HADOOP_VERSION_REVISION = '1'
11
11
  ].join('.')
12
12
 
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.2
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: 2021-04-13 00:00:00.000000000 Z
11
+ date: 2025-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -84,6 +84,8 @@ files:
84
84
  - lib/itamae/plugin/recipe/hadoop/hadoop-2.9.2_sha256.txt
85
85
  - lib/itamae/plugin/recipe/hadoop/hadoop-3.2.0_sha256.txt
86
86
  - lib/itamae/plugin/recipe/hadoop/hadoop-3.2.1_sha256.txt
87
+ - lib/itamae/plugin/recipe/hadoop/hadoop-3.3.3_sha256.txt
88
+ - lib/itamae/plugin/recipe/hadoop/hadoop-3.4.1_sha256.txt
87
89
  - lib/itamae/plugin/recipe/hadoop/install.rb
88
90
  - lib/itamae/plugin/recipe/hadoop/templates/core-site.xml.erb
89
91
  - lib/itamae/plugin/recipe/hadoop/templates/hdfs-site.xml.erb
@@ -107,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
109
  - !ruby/object:Gem::Version
108
110
  version: '0'
109
111
  requirements: []
110
- rubygems_version: 3.1.4
112
+ rubygems_version: 3.4.18
111
113
  signing_key:
112
114
  specification_version: 4
113
115
  summary: itamae recipe for apache hadoop installation