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>”错误的方法
|
7月前
|
算法 程序员 Apache
Windows下搭建SVN服务器并配置eclipse和idea
Windows下搭建SVN服务器并配置eclipse和idea
168 1
|
IDE Java 开发工具
Eclipse的安装配置 - Windows(结尾附视频)
Eclipse的安装配置 - Windows(结尾附视频)
150 0
|
IDE Java 开发工具
Windows的JDK和Eclipse的安装教程
Windows的JDK和Eclipse的安装教程
Windows的JDK和Eclipse的安装教程
|
Java 应用服务中间件 Apache
如何在Windows系统下的Eclipse中安装Cloud Toolkit
本篇教程将向您介绍如何在Windows系统下的Eclipse中安装Cloud Toolkit,并使用Cloud Toolkit快速部署一个应用。
2676 0
|
Java 开发工具 Android开发
Windows系统下Eclipse上搭建Python开发环境
Windows系统下Eclipse上搭建Python开发环境 在Eclipse上安装和搭建Python开发环境需要以下五步完成:(第一步)下载最新的Eclipse安装包。
1307 0
|
Java Android开发 Windows
Eclipse 运行Openfire源码(Windows)
软件版本: Eclipse:eclipse-jee-neon-3-win32-x86_64 JDK: 1.8 Openfire: 4.1.5 下载源码 图1.png 选择openfire_src_4_1_5.zip下载 配置Eclipse项目。
1019 0
|
分布式计算 Java Hadoop
Hadoop 在Windows7操作系统下使用Eclipse来搭建hadoop开发环境
              网上有一些都是在Linux下使用安装Eclipse来进行hadoop应用开发,但是大部分Java程序员对linux系统不是那么熟悉,所以需要在windows下开发hadoop程序,所以经过试验,总结了下如何在windows下使用Eclipse来开发hadoop程序代码。
1090 0
|
NoSQL Go Android开发
在windows下配置Eclipse + go环境
本文章地址:http://blog.csdn.net/hengyunabc/article/details/7371446 2012-03-31:新版的goclipse改进很大,本文有些内容已过时。
956 0

推荐镜像

更多