1. Introduction
  2. Prerequistes
  3. Set Environment Variables
  4. Setup SSH daemon
  5. Download hadoop and place it in the home directory.
  6. Unpack hadoop
  7. Configure Hadoop
  8. Format the namenode
  9. Setup hadoop plugin
  10. Start the cluster
  11. Setup hadoop location
  12. Upload data
  13. Create and run a test project.
Bookmark and Share

Download, Copy and Unpack Hadoop

The next step is to download and unpack the hadoop distribution.

 

  1. Download hadoop 0.19.1 and place in some folder on your computer such as C:\Java.
  2. Open Cygwin command prompt.
  3. Execute the following command
    cd .
  4. Then execute the following command to get your home directory folder shown in the Windows Explorer window.
    explorer .
  5. Open another explorer window and navigate to the folder that contains the downloaded hadoop archive.
  6. Copy the hadoop archive into your home directory folder.

Continue

Bookmark and Share