This cookbook installs the hadupils gem (http://github.com/ethanrowe/hadupils) and provides a mechanism for the easy installation of wrapper scripts that use it.
The purpose of this is to make hadoop-based apps easier to configure by using hadupils to dynamically assemble configuration based on assets located at convention-determined points in the filesystem.
hadupils
- basically everything is oriented around this gem.
Key | Type | Description | Default |
---|---|---|---|
['hadupils']['bacon'] | Boolean | whether to include bacon | true |
TODO: Write usage instructions for each cookbook.
e.g.
Just include hadupils
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[hadupils]"
]
}
- Fork the repository on Github
- File an issue with the canonical repository
- Create a named feature branch referencing that issue
- Write your change
- Write tests for your change (if possible within existing test infra)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Ethan Rowe License: MIT