itamae-plugin-recipe-spark 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7784990613099f507d34855da77b16f824d41aebb164618590184361511c1d56
|
4
|
+
data.tar.gz: f8f71dae58622fff5caa99629d81ed7d2809835b629f94047d1adc795ac032bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d603f2e026a49e3c6f34dd2d64d7ca24ba326e811fbb89fead215837577e05ca5f8cdf6e95b37133b072819a4bbd396c90dbd19ca5bdb29ba138987628c4042e
|
7
|
+
data.tar.gz: 3ee7fbb41be7892c946b6c77fb3b1c091ace7778d9847985ebd77d723e6e82bdbe14be9430b1c3ae3aba8bbcb7284ad5121beb342a3ee364c2e6f0584fa1d211
|
@@ -37,7 +37,7 @@ execute 'install hadoop aws jars' do
|
|
37
37
|
cp -f share/hadoop/tools/lib/hadoop-aws-#{hadoop_version}.jar \
|
38
38
|
/opt/spark/spark-#{version}-bin-hadoop2.7/jars/
|
39
39
|
EOF
|
40
|
-
not_if "test `ls -1 /opt/spark/spark-#{version}-bin-hadoop2.7/jars/ | egrep '(hadoop-)?aws-.*' | wc -l` =
|
40
|
+
not_if "test `ls -1 /opt/spark/spark-#{version}-bin-hadoop2.7/jars/ | egrep '(hadoop-)?aws-.*' | wc -l` = 4"
|
41
41
|
end
|
42
42
|
|
43
43
|
if ENV['AWS_ACCESS_KEY_ID'] and ENV['AWS_SECRET_ACCESS_KEY']
|
@@ -0,0 +1 @@
|
|
1
|
+
020be52524e4df366eb974d41a6e18fcb6efcaba9a51632169e917c74267dd81 spark-2.4.5-bin-hadoop2.7.tgz
|
@@ -2,12 +2,12 @@ module Itamae
|
|
2
2
|
module Plugin
|
3
3
|
module Recipe
|
4
4
|
module Spark
|
5
|
-
VERSION = "0.1.
|
5
|
+
VERSION = "0.1.1"
|
6
6
|
|
7
7
|
SPARK_VERSION = [
|
8
8
|
SPARK_VERSION_MAJOR = '2',
|
9
9
|
SPARK_VERSION_MINOR = '4',
|
10
|
-
SPARK_VERSION_REVISION = '
|
10
|
+
SPARK_VERSION_REVISION = '5'
|
11
11
|
].join('.')
|
12
12
|
|
13
13
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itamae-plugin-recipe-spark
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ichylinux
|
@@ -93,13 +93,13 @@ files:
|
|
93
93
|
- itamae-plugin-recipe-spark.gemspec
|
94
94
|
- lib/itamae/plugin/recipe/spark.rb
|
95
95
|
- lib/itamae/plugin/recipe/spark/install.rb
|
96
|
-
- lib/itamae/plugin/recipe/spark/spark-2.1.1_sha256.txt
|
97
96
|
- lib/itamae/plugin/recipe/spark/spark-2.2.0_sha256.txt
|
98
97
|
- lib/itamae/plugin/recipe/spark/spark-2.3.1_sha256.txt
|
99
98
|
- lib/itamae/plugin/recipe/spark/spark-2.3.2_sha256.txt
|
100
99
|
- lib/itamae/plugin/recipe/spark/spark-2.4.0_sha256.txt
|
101
100
|
- lib/itamae/plugin/recipe/spark/spark-2.4.3_sha256.txt
|
102
101
|
- lib/itamae/plugin/recipe/spark/spark-2.4.4_sha256.txt
|
102
|
+
- lib/itamae/plugin/recipe/spark/spark-2.4.5_sha256.txt
|
103
103
|
- lib/itamae/plugin/recipe/spark/templates/hdfs-site.xml.erb
|
104
104
|
- lib/itamae/plugin/recipe/spark/version.rb
|
105
105
|
homepage: https://github.com/maedadev/itamae-plugin-recipe-spark
|
@@ -1 +0,0 @@
|
|
1
|
-
372ac4f73221c07696793101007a4f19e31566d1f0d9bd0e5205b6fb5b45bfc2 spark-2.1.1-bin-hadoop2.7.tgz
|