I was working on setting up Hadoop on Ubuntu as a Single node cluster. I came across a very nice blog about it here . (Must read to setup your single node cluster). While I was at it, I was creating / Installing Hadoop multiple time in different system, then I though to create a script of my own, based on the blog above. Here is the link to my script which is on GITHUB anyone interested can check-out and enhance the script. https://github.com/zubayr/hadoopscript/blob/master/initScriptHadoop.sh README : https://github.com/zubayr/hadoopscript/blob/master/README.txt Requirement. 1. Hadoop 1.0.3 2. Ubuntu 10.04 or above (Tested on 11.04, 11.10 and 12.04 32bit platform) Here is the details on how to install Hadoop using the script Please Readme - hadoop script to setup Single Node Cluster - For Hadoop 1.0.3 Only. - Tested on Ubuntu 11.10, 12.04 - Fresh Install. - Scripts assumes nothing is installed for Hadoop and installs Required Components for Hadoop to run. - This Script w...