hadoop

contributions requested
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.

9,913 downloads

9,913 latest version

1.6 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.0.1 (latest)
released Jun 19th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'tobw-hadoop', '0.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add tobw-hadoop
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install tobw-hadoop --version 0.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

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