cookbook 'druid', '= 0.0.1'
druid (2) Versions 0.0.1 Follow3
Installs/Configures druid
cookbook 'druid', '= 0.0.1', :supermarket
knife supermarket install druid
knife supermarket download druid
Druid Cookbook
Installs and configures the Druid real-time analytics system
Requirements
This cookbook is for Debian-based linux systems. It has been tested with Ubuntu using Vagrant as well as Amazon's AWS OpsWorks. Services are managed via upstart.
Recipes
There is one recipe per Druid service:
- broker
- coordinator
- historical
- middleManager
- overlord
- peon (rarely needed)
- realtime
- router (upcoming service)
Attributes
Most attributes are simply passed through to Druid's runtime.properties files. See [attributes/default.rb](attributes/default.rb) for the others.
<table>
<tr>
<th>Key</th>
<th>Description</th>
</tr>
<tr>
<td><tt>['druid']['properties'][<i>property name</i>]</tt></td>
<td>properties which apply to all services</td>
</tr>
<tr>
<td><tt>['druid'][<i>service name</i>]['properties'][<i>property name</i>]</tt></td>
<td>properties which apply to one service</td>
</tr>
</table>
Usage
See the druid-example cookbook for a working example.
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Copyright 2014 N3TWORK, Inc.<br>
Licensed under Apache 2.0<br>
Written by Yuval Oren (yuval@n3twork.com)