Hadoop on Windows with Eclipse -02- Prerequisites

Prerequisites

Before we begin, make sure the following components are installed on your workstation (win 7 sp1 x64):

Installing Cygwin

After installing the prerequisite software, the next step is to install the Cygwin environment. Cygwin is a set of Unix packages ported to Microsoft Windows. It is needed to run the scripts supplied with Hadoop because they are all written for the Unix platform.

To install the cygwin environment follow these steps:

  1. Download cygwin installer from http://www.cygwin.com.
  2. Run the downloaded file. You will see the window shown on the screenshots below.


    Cygwin Installer
  3. When you see the above screenshot, keep pressing the 'Next' button until you see the package selection screen shown below. Make sure you select 'openssh'. This package is required for the correct functioning of the Hadoop cluster and Eclipse plug-in.

    1. After you selected these packages press the 'Next' button to complete the installation.
posted @ 2017-10-09 22:40  SummerSoft  阅读(104)  评论(0编辑  收藏  举报