开发者社区> 夏春涛> 正文

Hadoop on Windows with Eclipse -01- Introduction

简介: Introduction Hadoop 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.

版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。

相关文章
Hadoop3.2.2安装 windows版
Hadoop3.2.2安装 windows版
80 0
Windows本地安装Hadoop
Windows本地安装Hadoop
142 0
windows下安装hadoop
一直想玩一下hadoop,看到hadoop早就支持了windows,就参考网上的文档自己搭了一套,还在学习中,如有错误,欢迎指正。
2125 0
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): jdk1.
1005 0
Hadoop on Windows with Eclipse -06- Unpack Hadoop Installation
Unpack Hadoop Installation The next step is to unpack the downloaded and copied package. here To unpack the package follow these steps: Open a new Cygwin window.
1271 0
Hadoop on Windows with Eclipse -05- Download, Copy and Unpack Hadoop
Download, Copy and Unpack Hadoop The next step is to download and copy the Hadoop distribution. here   Download hadoop 2.
1079 0
+关注
夏春涛
曾任教于信息工程大学16年,长期从事计算机软件与信息安全教学科研工作,目前任职于某软件公司从事技术管理工作,擅长架构设计、开发管理,对大数据、分布式颇感兴趣。
文章
问答
文章排行榜
最热
最新
相关电子书
更多
低代码开发师(初级)实战教程
立即下载
阿里巴巴DevOps 最佳实践手册
立即下载
冬季实战营第三期:MySQL数据库进阶实战
立即下载