Version 1 of Hadoop Installation Guide is out. Download the guide by clicking on the following link.

Version 1 of Hadoop Installation Guide is out. Download the guide by clicking on the following link.
Setting Up GCE local access
Add ssh of your local machine to GCE Metadata
1. On Your local machine generate ssh key
$ sudo apt-get install ssh $ ssh-keygen -t rsa -P "" $ cat $HOME/.ssh/id_rsa.pub
2. copy the contents and replace yourusername@yourhostname with hadoop@yourhostname
Continue reading “Hadoop Multi-Node Setup in Google Compute Engine”