Hadoop installation Guide (Step by Step) Pre-install Version
Click on the link below to download the Pre-configured version of hadoop setup. Pre-configured hadoop setup Install nautilus. For installation press Ctrl+Alt+T or open terminal. Type “ sudo apt-get install nautilus ” and hit enter. Type “ sudo nautilus ” and using it go to the /usr/loca l it will be located at “ computer ” drive. Extract the pre-configured file. Now open the terminal Alt+Ctrl+T and run these commands (Follow instruction of sudo apt-get update sudo apt install default-jdk sudo addgroup hadoop sudo adduser –ingroup hadoop hadoop1 sudo adduser hadoop1 sudo sudo apt install openssh-server It will ask for the password and press “ Y ” if asked while installation it will asked for “ Enter the new value, or press ENTER for the default . Just press enter. Give blank for the Name ,Number and phone and press “y”. After completion of the commands switch to the hadoop1 user by typing “ su hadoop1 ” and enter your password. Now run below commands ssh-keygen -t rsa -P “” cat ...