hadoop
Install Hadoop MapReduce Version 2.3.0 and provides its java dependency with the jdk1.7.0_51. Then installs stratosphere on top of yarn.
Version information
released Jun 19th 2014
Start using this module
Add this module to your Puppetfile:
mod 'tobw-hadoop', '0.0.1'
Learn more about managing modules with a PuppetfileDocumentation
tobw/hadoop — version 0.0.1 Jun 19th 2014
Puppet module for deploying and automatically configuring hadoop, hdfs and yarn on a cluster of machines. The slaves only have to sign in at the the puppet master, the rest is fully automated. Stratosphere is started on top of YARN.
This module deploys Hadoop MapReduce on a cluster of machines. And runs stratosphere on top of YARN. It is based on viirya/hadoop 0.0.4, thank you.
Usage:
- Configure good firewalls/security-groups
- Each puppet agent which connects to the puppet master will be used as a hdfs and yarn node.
- Configuration does happen automatically
Dependencies
- viirya/java (0.0.1)
- puppetlabs/stdlib (3.2.1)
Copyright (C) 2014 Tobias Wiens Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.