itamae-plugin-recipe-hadoop 0.1.2 → 0.1.3

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: 6b1f405dbd27bd700286cc6a0947723420b931f6d222963c93d00669b8f3fdf3
4
+ data.tar.gz: b1fe9a1eb9c408ef2ad290c8f8d7d4ebecdf5c24e18ca64fe2b9bcf4bbaa8e7e
5
5
  SHA512:
6
- metadata.gz: 58cf98254d423df5faaf68b5dc4dd2ef1a54d1438df8b83f703f0d73fc12cfbf361ebdbba2f4dbed9e3775877f32dbce347f15414c191886902e7db8cc8906cf
7
- data.tar.gz: '099afa226f1da95dac329b0e10ca4a103662d182726828711f9fc8659f8a7a5c67dd6c2ed3e83c758cfe1dfe14163ee58ab6793bdf2817336bc7bfd52e0e223d'
6
+ metadata.gz: 3a60246c1101b0c7ee31ef17c859c7049d4601f69ef4dee515c96fc662d6285113669e5e8f1cb4974b650f1cc98b700033e784867fb16995b4dfd1439065abc8
7
+ data.tar.gz: 7bac27054c8236b506bdf6c64398c8ccd44254ea9479a133d6290f91e23c1a61772c7d66aed31297f54d08e6b1f2a8397e01d40620560cdcdfb3797825458526
data/.gitignore CHANGED
@@ -6,3 +6,6 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+
10
+ .ruby-version
11
+ Gemfile.lock
data/Gemfile.lock CHANGED
@@ -1,33 +1,33 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- itamae-plugin-recipe-hadoop (0.1.1)
4
+ itamae-plugin-recipe-hadoop (0.1.3)
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
+ hashie (5.0.0)
12
+ itamae (1.14.1)
13
13
  ansi
14
14
  hashie
15
15
  schash (~> 0.1.0)
16
16
  specinfra (>= 2.64.0, < 3.0.0)
17
- thor
18
- net-scp (3.0.0)
19
- net-ssh (>= 2.6.5, < 7.0.0)
17
+ thor (>= 1.0.0)
18
+ net-scp (4.0.0)
19
+ net-ssh (>= 2.6.5, < 8.0.0)
20
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.24)
25
+ specinfra (2.87.0)
26
26
  net-scp
27
27
  net-ssh (>= 2.7)
28
28
  net-telnet (= 0.1.1)
29
29
  sfl
30
- thor (1.1.0)
30
+ thor (1.2.2)
31
31
 
32
32
  PLATFORMS
33
33
  ruby
@@ -0,0 +1 @@
1
+ 1f5762682cef3daff8b2379fe7e40efca107bb7e8dcaa4a513e3bc0c082067759dd05d493ec997433dde2c89ea63dbc93aee0bba60045f89d3ec2d3f687f58b3 hadoop-3.3.3.tar.gz
@@ -2,12 +2,12 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Hadoop
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.3"
6
6
 
7
7
  HADOOP_VERSION = [
8
8
  HADOOP_VERSION5_MAJOR = '3',
9
- HADOOP_VERSION_MINOR = '2',
10
- HADOOP_VERSION_REVISION = '1'
9
+ HADOOP_VERSION_MINOR = '3',
10
+ HADOOP_VERSION_REVISION = '3'
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.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: 2021-04-13 00:00:00.000000000 Z
11
+ date: 2023-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -84,6 +84,7 @@ 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
87
88
  - lib/itamae/plugin/recipe/hadoop/install.rb
88
89
  - lib/itamae/plugin/recipe/hadoop/templates/core-site.xml.erb
89
90
  - lib/itamae/plugin/recipe/hadoop/templates/hdfs-site.xml.erb
@@ -107,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
108
  - !ruby/object:Gem::Version
108
109
  version: '0'
109
110
  requirements: []
110
- rubygems_version: 3.1.4
111
+ rubygems_version: 3.3.26
111
112
  signing_key:
112
113
  specification_version: 4
113
114
  summary: itamae recipe for apache hadoop installation