首页 > Windows开发 > 详细

Hadoop on Windows with Eclipse -02- Prerequisites

时间:2017-10-09 23:46:52      阅读:385      评论:0      收藏:0      [点我收藏+]

Prerequisites

Before we begin, make sure the following components are installed on your workstation:

This tutorial has been written for and tested with Hadoop version 0.19.1. If you are using another version, some things may not work.

Make sure you have exactly the same versions of the software as shown above. Hadoop will not work with versions of Java earlier than 1.6 and versions of Eclipse later than 3.3.2 due to plug-in API incompatibility.

 

 

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.

Hadoop on Windows with Eclipse -02- Prerequisites

原文:http://www.cnblogs.com/summersoft/p/7643393.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!