In continuation with previous post we will install java, hadoop, configure map reduce jobs on ubuntu. The step by step details are based on details provided in link.
Many thanks to Arun and Pragalathan for helping me learn linux :)
Step 1 - Installing JDK
Step 2 - Create Hadoop Group
Step 3 - Create hduser
Step 4 - Add sshkey
Step 5 - Enable SSH
Step 6 - Install SSH (Had some issues so reinstalled it)
Step 7 - ssh to localhost
Step 9 - Download Hadoop
Step 10 - Move it to Hadoop folder
Step 11 - Make permission owner hduser
Step 12 - bashrc changes
Step 13 - Check Java and Hadoop Home Path
Step 14 - Hadoop env changes
Step 15 - Modify custom xml files in below folder
Step 16 - Start Service
Step 17 - Copy files for working example
Step 18 - Hadoop file system details
Step 19 - Copy Files to Hadoop File System
Step 21 - Run wordcount example jar
Step 22 - Check results output file
More Reads - How to Install Hadoop on Ubuntu 13.10
Happy Learning!!!
1 comment:
Many thanks for your comments. MSBI case study using Hadoop and SSAS is available in link http://msdn.microsoft.com/en-us/library/jj710329.aspx
Post a Comment