itamae-plugin-recipe-spark 0.1.0

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 68a1f138f9520f824e99226292606ce3155c30724103b7129f30420b78a564ae
4
+ data.tar.gz: e244bf5b5273e19e872d03f00f397d54cb6bd3763caa3ddbb20d00b5abfb89db
5
+ SHA512:
6
+ metadata.gz: 41ce3768627671b0fae643d7108e56396b2c6fd3cc2f8c358e0e6edf09fc1859903654b3b9aa1d6a014b6984532a2ed37e6700d1fae851a7a415f66314b36b4a
7
+ data.tar.gz: a3f5dc7c49516e8c88557e6650222e67f0fb9819cb874f5756564da9da1d6d8e6f8c7f77a362d49b5c5cc7ff9ad66f3b1f572171f45c8a54fd4b071a178954d8
@@ -0,0 +1,56 @@
1
+ *.gem
2
+ *.rbc
3
+ /.config
4
+ /coverage/
5
+ /InstalledFiles
6
+ /pkg/
7
+ /spec/reports/
8
+ /spec/examples.txt
9
+ /test/tmp/
10
+ /test/version_tmp/
11
+ /tmp/
12
+
13
+ # Used by dotenv library to load environment variables.
14
+ # .env
15
+
16
+ # Ignore Byebug command history file.
17
+ .byebug_history
18
+
19
+ ## Specific to RubyMotion:
20
+ .dat*
21
+ .repl_history
22
+ build/
23
+ *.bridgesupport
24
+ build-iPhoneOS/
25
+ build-iPhoneSimulator/
26
+
27
+ ## Specific to RubyMotion (use of CocoaPods):
28
+ #
29
+ # We recommend against adding the Pods directory to your .gitignore. However
30
+ # you should judge for yourself, the pros and cons are mentioned at:
31
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
32
+ #
33
+ # vendor/Pods/
34
+
35
+ ## Documentation cache and generated files:
36
+ /.yardoc/
37
+ /_yardoc/
38
+ /doc/
39
+ /rdoc/
40
+
41
+ ## Environment normalization:
42
+ /.bundle/
43
+ /vendor/bundle
44
+ /lib/bundler/man/
45
+
46
+ # for a library or gem, you might want to ignore these files since the code is
47
+ # intended to run in multiple environments; otherwise, check them in:
48
+ # Gemfile.lock
49
+ # .ruby-version
50
+ # .ruby-gemset
51
+
52
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
53
+ .rvmrc
54
+
55
+ # Used by RuboCop. Remote config files pulled in from inherit_from directive.
56
+ # .rubocop-https?--*
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projectDescription>
3
+ <name>itamae-plugin-recipe-spark</name>
4
+ <comment></comment>
5
+ <projects>
6
+ </projects>
7
+ <buildSpec>
8
+ </buildSpec>
9
+ <natures>
10
+ </natures>
11
+ </projectDescription>
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at matsuda@lab.acs-jp.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in itamae-plugin-recipe-spark.gemspec
4
+ gemspec
@@ -0,0 +1,44 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ itamae-plugin-recipe-spark (0.1.0)
5
+ itamae (~> 1.10, >= 1.10.4)
6
+ itamae-plugin-recipe-hadoop (~> 0.1)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ ansi (1.5.0)
12
+ hashie (4.1.0)
13
+ itamae (1.10.6)
14
+ ansi
15
+ hashie
16
+ schash (~> 0.1.0)
17
+ specinfra (>= 2.64.0, < 3.0.0)
18
+ thor
19
+ itamae-plugin-recipe-hadoop (0.1.0)
20
+ itamae (~> 1.10, >= 1.10.4)
21
+ net-scp (2.0.0)
22
+ net-ssh (>= 2.6.5, < 6.0.0)
23
+ net-ssh (5.2.0)
24
+ net-telnet (0.1.1)
25
+ rake (13.0.1)
26
+ schash (0.1.2)
27
+ sfl (2.3)
28
+ specinfra (2.82.12)
29
+ net-scp
30
+ net-ssh (>= 2.7)
31
+ net-telnet (= 0.1.1)
32
+ sfl
33
+ thor (1.0.1)
34
+
35
+ PLATFORMS
36
+ ruby
37
+
38
+ DEPENDENCIES
39
+ bundler (~> 2.0)
40
+ itamae-plugin-recipe-spark!
41
+ rake (>= 12.3.3)
42
+
43
+ BUNDLED WITH
44
+ 2.0.2
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 maedadev
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 y-matsuda
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,43 @@
1
+ # Itamae::Plugin::Recipe::Spark
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/itamae/plugin/recipe/spark`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'itamae-plugin-recipe-spark'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install itamae-plugin-recipe-spark
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/itamae-plugin-recipe-spark. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the Itamae::Plugin::Recipe::Spark project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/itamae-plugin-recipe-spark/blob/master/CODE_OF_CONDUCT.md).
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "itamae/plugin/recipe/spark"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,30 @@
1
+ lib = File.expand_path("lib", __dir__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ require "itamae/plugin/recipe/spark/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "itamae-plugin-recipe-spark"
7
+ spec.version = Itamae::Plugin::Recipe::Spark::VERSION
8
+ spec.authors = ["ichylinux"]
9
+ spec.email = ["ichylinux@gmail.com"]
10
+
11
+ spec.summary = %q{itamae recipe for apache spark installation}
12
+ spec.description = %q{itamae recipe for apache spark installation}
13
+ spec.homepage = "https://github.com/maedadev/itamae-plugin-recipe-spark"
14
+ spec.license = "MIT"
15
+
16
+ # Specify which files should be added to the gem when it is released.
17
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
18
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
19
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20
+ end
21
+ spec.bindir = "exe"
22
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
+ spec.require_paths = ["lib"]
24
+
25
+ spec.add_dependency 'itamae', '~> 1.10', '>= 1.10.4'
26
+ spec.add_dependency 'itamae-plugin-recipe-hadoop', '~> 0.1'
27
+
28
+ spec.add_development_dependency "bundler", "~> 2.0"
29
+ spec.add_development_dependency "rake", ">= 12.3.3"
30
+ end
@@ -0,0 +1,4 @@
1
+ require "itamae/plugin/recipe/spark/version"
2
+
3
+ include_recipe 'hadoop'
4
+ include_recipe './spark/install.rb'
@@ -0,0 +1,55 @@
1
+ version = ENV['SPARK_VERSION'] || Itamae::Plugin::Recipe::Spark::SPARK_VERSION
2
+ hadoop_version = ENV['HADOOP_VERSION'] || Itamae::Plugin::Recipe::Hadoop::HADOOP_VERSION
3
+
4
+ execute "download spark-#{version}" do
5
+ cwd '/tmp'
6
+ command <<-EOF
7
+ rm -f spark-#{version}-bin-hadoop2.7.tgz
8
+ wget https://archive.apache.org/dist/spark/spark-#{version}/spark-#{version}-bin-hadoop2.7.tgz
9
+ EOF
10
+ not_if "test -e /opt/spark/spark-#{version}-bin-hadoop2.7/INSTALLED || echo #{::File.read(::File.join(::File.dirname(__FILE__), "spark-#{version}_sha256.txt")).strip} | sha256sum -c"
11
+ end
12
+
13
+ directory '/opt/spark' do
14
+ user 'root'
15
+ owner 'root'
16
+ group 'root'
17
+ mode '755'
18
+ end
19
+
20
+ execute "install spark-#{version}" do
21
+ cwd '/tmp'
22
+ command <<-EOF
23
+ rm -Rf spark-#{version}-bin-hadoop2.7/
24
+ tar zxf spark-#{version}-bin-hadoop2.7.tgz
25
+ sudo rm -Rf /opt/spark/spark-#{version}-bin-hadoop2.7
26
+ sudo mv spark-#{version}-bin-hadoop2.7 /opt/spark/
27
+ sudo touch /opt/spark/spark-#{version}-bin-hadoop2.7/INSTALLED
28
+ EOF
29
+ not_if "test -e /opt/spark/spark-#{version}-bin-hadoop2.7/INSTALLED"
30
+ end
31
+
32
+ execute 'install hadoop aws jars' do
33
+ cwd '/opt/hadoop/current'
34
+ command <<-EOF
35
+ cp -f share/hadoop/tools/lib/aws-java-sdk-*.jar \
36
+ /opt/spark/spark-#{version}-bin-hadoop2.7/jars/
37
+ cp -f share/hadoop/tools/lib/hadoop-aws-#{hadoop_version}.jar \
38
+ /opt/spark/spark-#{version}-bin-hadoop2.7/jars/
39
+ EOF
40
+ not_if "test `ls -1 /opt/spark/spark-#{version}-bin-hadoop2.7/jars/ | egrep '(hadoop-)?aws-.*' | wc -l` = 2"
41
+ end
42
+
43
+ if ENV['AWS_ACCESS_KEY_ID'] and ENV['AWS_SECRET_ACCESS_KEY']
44
+ template "/opt/spark/spark-#{version}-bin-hadoop2.7/conf/hdfs-site.xml" do
45
+ variables aws_access_key_id: ENV['AWS_ACCESS_KEY_ID'],
46
+ aws_secret_access_key: ENV['AWS_SECRET_ACCESS_KEY']
47
+ end
48
+ end
49
+
50
+ link '/opt/spark/current' do
51
+ to "/opt/spark/spark-#{version}-bin-hadoop2.7"
52
+ user 'root'
53
+ force true
54
+ end
55
+
@@ -0,0 +1 @@
1
+ 372ac4f73221c07696793101007a4f19e31566d1f0d9bd0e5205b6fb5b45bfc2 spark-2.1.1-bin-hadoop2.7.tgz
@@ -0,0 +1 @@
1
+ 97fd2cc58e08975d9c4e4ffa8d7f8012c0ac2792bcd9945ce2a561cf937aebcc spark-2.2.0-bin-hadoop2.7.tgz
@@ -0,0 +1 @@
1
+ e87499e5417a64341cbda25e087632dd9f6ce7ad249dfeba47d9d02a51305fc2 spark-2.3.1-bin-hadoop2.7.tgz
@@ -0,0 +1 @@
1
+ 6246b20d95c7596a29fb26d5b50a3ae3163a35915bec6c515a8e183383bedc43 spark-2.3.2-bin-hadoop2.7.tgz
@@ -0,0 +1 @@
1
+ c93c096c8d64062345b26b34c85127a6848cff95a4bb829333a06b83222a5cfa spark-2.4.0-bin-hadoop2.7.tgz
@@ -0,0 +1 @@
1
+ 80a4c564ceff0d9aff82b7df610b1d34e777b45042e21e2d41f3e497bb1fa5d8 spark-2.4.3-bin-hadoop2.7.tgz
@@ -0,0 +1 @@
1
+ 72833745defba95262fbe67306a48c251dbbe17585d65f6095057fc3dc2812ea spark-2.4.4-bin-hadoop2.7.tgz
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0"?>
2
+ <configuration>
3
+ <property>
4
+ <name>fs.s3a.access.key</name>
5
+ <value><%= @aws_access_key_id %></value>
6
+ </property>
7
+ <property>
8
+ <name>fs.s3a.secret.key</name>
9
+ <value><%= @aws_secret_access_key %></value>
10
+ </property>
11
+ </configuration>
@@ -0,0 +1,16 @@
1
+ module Itamae
2
+ module Plugin
3
+ module Recipe
4
+ module Spark
5
+ VERSION = "0.1.0"
6
+
7
+ SPARK_VERSION = [
8
+ SPARK_VERSION_MAJOR = '2',
9
+ SPARK_VERSION_MINOR = '4',
10
+ SPARK_VERSION_REVISION = '4'
11
+ ].join('.')
12
+
13
+ end
14
+ end
15
+ end
16
+ end
metadata ADDED
@@ -0,0 +1,128 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: itamae-plugin-recipe-spark
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - ichylinux
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-03-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: itamae
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.10'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.10.4
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.10'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.10.4
33
+ - !ruby/object:Gem::Dependency
34
+ name: itamae-plugin-recipe-hadoop
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '0.1'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '0.1'
47
+ - !ruby/object:Gem::Dependency
48
+ name: bundler
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '2.0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '2.0'
61
+ - !ruby/object:Gem::Dependency
62
+ name: rake
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: 12.3.3
68
+ type: :development
69
+ prerelease: false
70
+ version_requirements: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: 12.3.3
75
+ description: itamae recipe for apache spark installation
76
+ email:
77
+ - ichylinux@gmail.com
78
+ executables: []
79
+ extensions: []
80
+ extra_rdoc_files: []
81
+ files:
82
+ - ".gitignore"
83
+ - ".project"
84
+ - CODE_OF_CONDUCT.md
85
+ - Gemfile
86
+ - Gemfile.lock
87
+ - LICENSE
88
+ - LICENSE.txt
89
+ - README.md
90
+ - Rakefile
91
+ - bin/console
92
+ - bin/setup
93
+ - itamae-plugin-recipe-spark.gemspec
94
+ - lib/itamae/plugin/recipe/spark.rb
95
+ - lib/itamae/plugin/recipe/spark/install.rb
96
+ - lib/itamae/plugin/recipe/spark/spark-2.1.1_sha256.txt
97
+ - lib/itamae/plugin/recipe/spark/spark-2.2.0_sha256.txt
98
+ - lib/itamae/plugin/recipe/spark/spark-2.3.1_sha256.txt
99
+ - lib/itamae/plugin/recipe/spark/spark-2.3.2_sha256.txt
100
+ - lib/itamae/plugin/recipe/spark/spark-2.4.0_sha256.txt
101
+ - lib/itamae/plugin/recipe/spark/spark-2.4.3_sha256.txt
102
+ - lib/itamae/plugin/recipe/spark/spark-2.4.4_sha256.txt
103
+ - lib/itamae/plugin/recipe/spark/templates/hdfs-site.xml.erb
104
+ - lib/itamae/plugin/recipe/spark/version.rb
105
+ homepage: https://github.com/maedadev/itamae-plugin-recipe-spark
106
+ licenses:
107
+ - MIT
108
+ metadata: {}
109
+ post_install_message:
110
+ rdoc_options: []
111
+ require_paths:
112
+ - lib
113
+ required_ruby_version: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ required_rubygems_version: !ruby/object:Gem::Requirement
119
+ requirements:
120
+ - - ">="
121
+ - !ruby/object:Gem::Version
122
+ version: '0'
123
+ requirements: []
124
+ rubygems_version: 3.0.4
125
+ signing_key:
126
+ specification_version: 4
127
+ summary: itamae recipe for apache spark installation
128
+ test_files: []