Hadoop on Windows with Eclipse -02- Prerequisites

简介: PrerequisitesBefore we begin, make sure the following components are installed on your workstation (win 7 sp1 x64):jdk1.

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.
目录
相关文章
|
C语言 Android开发 Windows
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
|
4月前
|
算法 程序员 Apache
Windows下搭建SVN服务器并配置eclipse和idea
Windows下搭建SVN服务器并配置eclipse和idea
59 1
|
9月前
|
IDE Java 开发工具
Eclipse的安装配置 - Windows(结尾附视频)
Eclipse的安装配置 - Windows(结尾附视频)
106 0
|
IDE Java 开发工具
Windows的JDK和Eclipse的安装教程
Windows的JDK和Eclipse的安装教程
Windows的JDK和Eclipse的安装教程
|
Java 应用服务中间件 Apache
如何在Windows系统下的Eclipse中安装Cloud Toolkit
本篇教程将向您介绍如何在Windows系统下的Eclipse中安装Cloud Toolkit,并使用Cloud Toolkit快速部署一个应用。
2614 0
|
Java 开发工具 Android开发
Windows系统下Eclipse上搭建Python开发环境
Windows系统下Eclipse上搭建Python开发环境 在Eclipse上安装和搭建Python开发环境需要以下五步完成:(第一步)下载最新的Eclipse安装包。
1280 0

推荐镜像

更多