How I installed Hadoop on Ubuntu

Step 1: InstallUbuntu 12.10 version Step 2: Install jdk 6 These links are helpful
http://askubuntu.com/questions/67909/how-do-i-install-oracle-jdk-6
http://www.devsniper.com/ubuntu-12-04-install-sun-jdk-6-7/
Step 3: Download Hadoop 1.1.1 Step 4: Extract the jar file using the following commands $sudo addgroup hadoop $sudo adduser --ingroup hadoop hdusr Step 4: Install SSH $sudo apt-get install openssh-server $su - hduser $ssh-keygen -t rsa -P "" $ssh localhost Step 5: Step 6: Step 7: Step 8: Step 9: Step 10: Step 11: Step 12: Step 13: Step 14: Step 15: Step 16: Step 17:

No comments:

Post a Comment