Skip to content

Instantly share code, notes, and snippets.

@tasdomas
Created May 29, 2014 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tasdomas/e16a55d26f54039f9f5a to your computer and use it in GitHub Desktop.
Save tasdomas/e16a55d26f54039f9f5a to your computer and use it in GitHub Desktop.
Juju deployer config for hadoop
hadoop:
series: precise
services:
hadoop-master:
charm: hadoop
branch: lp:charms/precise/hadoop
constraints: cpu-cores=4
expose: true
hadoop-slave:
charm: hadoop
branch: lp:charms/precise/hadoop
num_units: 5
ganglia:
charm: ganglia
branch: lp:charms/precise/ganglia
expose: true
juju-gui:
charm: juju-gui
branch: lp:charms/precise/juju-gui
expose: true
to: 0
relations:
- - hadoop-master
- hadoop-slave:datanode
- - hadoop-master:jobtracker
- hadoop-slave
- - ganglia:ganglia-node
- hadoop-master
- - ganglia:ganglia-node
- hadoop-slave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment