This is an old revision of the document!
Install Hadoop eco-system singlemode
install openjdk debian
sudo apt-get install openjdk-7-jdk ssh rsync sudo addgroup hadoop sudo adduser --ingroup hadoop hduser su - hduser ssh-keygen -t rsa -P "" cat $HOME/.ssh/id_rsa.pub >> $HOME/.ssh/authorized_keys