ryanbriones / singlenode-hadoop

A out-of-the-box single-node Hadoop cluster cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

singlenode-hadoop-cookbook

A simple cookbook that allows you boot up a single-node Hadoop cluster.

Supported Platforms

This cookbook is tested on a VirtualBox running a hashicorp "precise64" box. See http://community.opscode.com/cookbooks/hadoop for more information about supported platforms.

Attributes

See https://github.com/continuuity/hadoop_cookbook#attributes for attributes for controlling the Hadoop installation

Usage

singlenode-hadoop::default

Include singlenode-hadoop in your node's run_list:

{
  "run_list": [
    "recipe[singlenode-hadoop::default]"
  ]
}

Sample Vagrantfile provided.

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Ryan Carmelo Briones ryan.briones@brionesandco.com

Licensed under the BSD License. See LICENSE for more information.

About

A out-of-the-box single-node Hadoop cluster cookbook

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 100.0%