Michael Noll has written an amazing tutorial on installing Hadoop on a single node. The tutorial is titled "Running Hadoop On Ubuntu Linux (Single-Node Cluster)".
It covers every aspect in pretty much detail.
The only point not covered and where I got stuck is when ssh would not start off. Finally, I discovered that there was no SSH server installed. This command
got the SSH server installed and lo, everything went on well then.
Access the tutorial at http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/
It covers every aspect in pretty much detail.
The only point not covered and where I got stuck is when ssh would not start off. Finally, I discovered that there was no SSH server installed. This command
sudo aptitude install openssh-server
got the SSH server installed and lo, everything went on well then.
Access the tutorial at http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/
0 comments:
Post a Comment