[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

This is an old revision of the document!


MapReduce Tutorial : Managing a Hadoop cluster

Hadoop clusters can be created and stopped dynamically, using the SGE cluster. A Hadoop cluster consists of one jobtracker (master of the cluster) and multiple tasktrackers. The cluster is identified by its jobtracker. The jobtracker listens on two ports – one is used to submit jobs and the other is a web interface.

A Hadoop cluster can be created:

When a Hadoop cluster starts, it submits a job to SGE cluster. The job creates 3 files in the current directory:

A Hadoop cluster is stopped:

Killing running jobs

Jobs running


[ Back to the navigation ] [ Back to the content ]