Hadoop on Windows with Eclipse -01- Introduction

简介: IntroductionHadoop is a powerful framework for automatic parallelization of computing tasks. Unfortunately programming for it poses certain challenges.

Introduction

Hadoop is a powerful framework for automatic parallelization of computing tasks. Unfortunately programming for it poses certain challenges. It is really hard to understand and debug Hadoop programs. One way to make it a little easier is to have a simplified version of the Hadoop cluster that runs locally on the developer's machine. This tutorial describes how to set up such a cluster on a computer running Microsoft Windows. It also describes how to integrate this cluster with Eclipse, a prime Java development environment.

Organization of the tutorial.

Since Hadoop is a very complex environment, this tutorial has been broken down into several small steps. Each step involves setting up some aspect of the system and verifying that it has been set up correctly. For better understanding, each tutorial is accompanied by screenshots and a recorded video of the steps.

 

Questions, Suggestions Comments

Please leave questions, suggestions and comments about this tutorial here.

目录
相关文章
|
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
136 1
|
IDE Java 开发工具
Eclipse的安装配置 - Windows(结尾附视频)
Eclipse的安装配置 - Windows(结尾附视频)
133 0
|
IDE Java 开发工具
Windows的JDK和Eclipse的安装教程
Windows的JDK和Eclipse的安装教程
Windows的JDK和Eclipse的安装教程
|
Java 应用服务中间件 Apache
如何在Windows系统下的Eclipse中安装Cloud Toolkit
本篇教程将向您介绍如何在Windows系统下的Eclipse中安装Cloud Toolkit,并使用Cloud Toolkit快速部署一个应用。
2652 0
|
Java 开发工具 Android开发
Windows系统下Eclipse上搭建Python开发环境
Windows系统下Eclipse上搭建Python开发环境 在Eclipse上安装和搭建Python开发环境需要以下五步完成:(第一步)下载最新的Eclipse安装包。
1300 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项目。
990 0
|
分布式计算 Java Hadoop
Hadoop 在Windows7操作系统下使用Eclipse来搭建hadoop开发环境
              网上有一些都是在Linux下使用安装Eclipse来进行hadoop应用开发,但是大部分Java程序员对linux系统不是那么熟悉,所以需要在windows下开发hadoop程序,所以经过试验,总结了下如何在windows下使用Eclipse来开发hadoop程序代码。
1075 0
|
NoSQL Go Android开发
在windows下配置Eclipse + go环境
本文章地址:http://blog.csdn.net/hengyunabc/article/details/7371446 2012-03-31:新版的goclipse改进很大,本文有些内容已过时。
947 0

推荐镜像

更多