Charm: hadoop-master
Summary
Master Node for Hadoop
Charm Store
juju deploy cs:oneiric/hadoop-master-0
Series
oneiric
Description
The Hadoop Distributed Filesystem (HDFS) requires one unique server, the namenode, which manages the block locations of files on the filesystem. The jobtracker is a central service which is responsible for managing the tasktracker services running on all nodes in a Hadoop Cluster. The jobtracker allocates work to the tasktracker nearest to the data with an available work slot.
Links
Repository   Bugs
lp:~charmers/charms/oneiric/hadoop-master/trunk
Interfaces
Provides
Config
job_maps int
job_reduces int
job_data_dir string
job_output_dir string
job_size int
Details
Changes  
2012/03/01 Mark Mims remove cyclic dep (revno 15)
2012/01/28 Mark Mims strong config types (revno 14)
2011/12/21 Juan L. Negron Adding configurable variables and opening remote HDFS port (revno 13)
2011/12/06 Juan L. Negron Added mapreduce interface (revno 12)
2011/11/15 Mark Mims merge conflicts (revno 11)
2011/10/12 Clint Byrum splitting out revision and using unit-get private-address (revno 10)
2011/09/19 Mark Mims rename (revno 9)
2011/08/09 Juan L. Negron Cleaning things up (revno 8)
2011/07/20 Juan L. Negron fixed open-port check (revno 7)
Lint Check
  • err: Charms need a maintainer (See RFC2822) - Name <email>
  • warn: no README file