1. Installing java6 cd ~/ wget https://raw.github.com/flexiondotorg/oab-java6/master/oab-java6.sh; chmod +x oab-java6.sh; sudo ./oab-java6.sh Script will build packages from source and place them in local repo, then they can be installed e.g.: sudo apt-get install sun-java6-jdk sun-java6-fonts sun-java6-source You can see all available packages in /var/local/oab/deb Remember to select the right version: sudo update-alternatives –config java To setup …
Continue reading “Notes: Installing single/multi node hadoop cluster on ubuntu 12.04”