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 +4 -4
- data/.gitignore +3 -0
- data/Gemfile.lock +8 -8
- data/lib/itamae/plugin/recipe/hadoop/hadoop-3.3.3_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: 6b1f405dbd27bd700286cc6a0947723420b931f6d222963c93d00669b8f3fdf3
|
4
|
+
data.tar.gz: b1fe9a1eb9c408ef2ad290c8f8d7d4ebecdf5c24e18ca64fe2b9bcf4bbaa8e7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a60246c1101b0c7ee31ef17c859c7049d4601f69ef4dee515c96fc662d6285113669e5e8f1cb4974b650f1cc98b700033e784867fb16995b4dfd1439065abc8
|
7
|
+
data.tar.gz: 7bac27054c8236b506bdf6c64398c8ccd44254ea9479a133d6290f91e23c1a61772c7d66aed31297f54d08e6b1f2a8397e01d40620560cdcdfb3797825458526
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,33 +1,33 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
itamae-plugin-recipe-hadoop (0.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 (
|
12
|
-
itamae (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 (
|
19
|
-
net-ssh (>= 2.6.5, <
|
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.
|
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.
|
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.
|
5
|
+
VERSION = "0.1.3"
|
6
6
|
|
7
7
|
HADOOP_VERSION = [
|
8
8
|
HADOOP_VERSION5_MAJOR = '3',
|
9
|
-
HADOOP_VERSION_MINOR = '
|
10
|
-
HADOOP_VERSION_REVISION = '
|
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.
|
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:
|
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.
|
111
|
+
rubygems_version: 3.3.26
|
111
112
|
signing_key:
|
112
113
|
specification_version: 4
|
113
114
|
summary: itamae recipe for apache hadoop installation
|