itamae-plugin-recipe-hadoop 0.1.3 → 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 +4 -4
- data/.gitignore +0 -3
- data/Gemfile.lock +9 -7
- data/lib/itamae/plugin/recipe/hadoop/hadoop-3.4.1_sha256.txt +1 -0
- data/lib/itamae/plugin/recipe/hadoop/version.rb +3 -3
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2659bd6567f0227db26edd735ba64b5b51ddc482069f736b7735a2a3b2842bea
|
4
|
+
data.tar.gz: 03eec643d5ea5fd98ea0e309d38bd96732e83910f35e9602daa595b8b15cd2c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 841a4741cad4b84f5afd781f988c77adb7f6281574ed8881efc9172122a9b51b54e169d7c57ca1f6288d4ffeb10d52f30a469841cba7a7f65fcb1129fda6d708
|
7
|
+
data.tar.gz: 93acabfcda1e2a6b36bdc60a6800fd5f458d153fb834098ff3e9f0d996b0fb5fb873476b59abcbdf4c32fc088c0254618cd79d0cea518de2c00b1f21ad940c1e
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
itamae-plugin-recipe-hadoop (0.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
|
+
base64 (0.3.0)
|
11
12
|
hashie (5.0.0)
|
12
13
|
itamae (1.14.1)
|
13
14
|
ansi
|
@@ -15,19 +16,20 @@ GEM
|
|
15
16
|
schash (~> 0.1.0)
|
16
17
|
specinfra (>= 2.64.0, < 3.0.0)
|
17
18
|
thor (>= 1.0.0)
|
18
|
-
net-scp (4.
|
19
|
+
net-scp (4.1.0)
|
19
20
|
net-ssh (>= 2.6.5, < 8.0.0)
|
20
|
-
net-ssh (
|
21
|
-
net-telnet (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.
|
26
|
+
specinfra (2.94.1)
|
27
|
+
base64
|
26
28
|
net-scp
|
27
29
|
net-ssh (>= 2.7)
|
28
|
-
net-telnet
|
30
|
+
net-telnet
|
29
31
|
sfl
|
30
|
-
thor (1.
|
32
|
+
thor (1.3.2)
|
31
33
|
|
32
34
|
PLATFORMS
|
33
35
|
ruby
|
@@ -0,0 +1 @@
|
|
1
|
+
9ad5487833996dfe5514e756f4391029c90529fd22e8d002fd3dd0c14c04ba46 hadoop-3.4.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.
|
5
|
+
VERSION = "0.1.4"
|
6
6
|
|
7
7
|
HADOOP_VERSION = [
|
8
8
|
HADOOP_VERSION5_MAJOR = '3',
|
9
|
-
HADOOP_VERSION_MINOR = '
|
10
|
-
HADOOP_VERSION_REVISION = '
|
9
|
+
HADOOP_VERSION_MINOR = '4',
|
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.
|
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: 2025-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: itamae
|
@@ -85,6 +85,7 @@ files:
|
|
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
87
|
- lib/itamae/plugin/recipe/hadoop/hadoop-3.3.3_sha256.txt
|
88
|
+
- lib/itamae/plugin/recipe/hadoop/hadoop-3.4.1_sha256.txt
|
88
89
|
- lib/itamae/plugin/recipe/hadoop/install.rb
|
89
90
|
- lib/itamae/plugin/recipe/hadoop/templates/core-site.xml.erb
|
90
91
|
- lib/itamae/plugin/recipe/hadoop/templates/hdfs-site.xml.erb
|
@@ -108,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
109
|
- !ruby/object:Gem::Version
|
109
110
|
version: '0'
|
110
111
|
requirements: []
|
111
|
-
rubygems_version: 3.
|
112
|
+
rubygems_version: 3.4.18
|
112
113
|
signing_key:
|
113
114
|
specification_version: 4
|
114
115
|
summary: itamae recipe for apache hadoop installation
|