博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
hadoop
阅读量:5083 次
发布时间:2019-06-13

本文共 1881 字,大约阅读时间需要 6 分钟。

Hadoop 
 

What Is Apache Hadoop?

The Apache™ Hadoop™ project develops open-source software for reliable, scalable, distributed computing.

The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-avaiability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-availabile service on top of a cluster of computers, each of which may be prone to failures.

The project includes these subprojects:

  • : The common utilities that support the other Hadoop subprojects.
  • : A distributed file system that provides high-throughput access to application data.
  • : A software framework for distributed processing of large data sets on compute clusters.

Other Hadoop-related projects at Apache include:

  • : A data serialization system.
  • : A scalable multi-master database with no single points of failure.
  • : A data collection system for managing large distributed systems.
  • : A scalable, distributed database that supports structured data storage for large tables.
  • : A data warehouse infrastructure that provides data summarization and ad hoc querying.
  • : A Scalable machine learning and data mining library.
  • : A high-level data-flow language and execution framework for parallel computation.
  • : A high-performance coordination service for distributed applications.
 

1.快速入门:安装hadoop环境。

  1. 运行平台:GNU/Linux
  2. 所需软件:JDK1.6,ssh,sshd
  3. 下载安装hadoop稳定发行版
  4. 三种模式启动hadoop:单机、伪分布式、分布式。单机方便调试。
伪分布式hadoop示意图
 
 
 

2.查看exmples代码,运行示例

  1. 通过vnc viewer运行eclipse,新建hadoop-examples工程,src位于{HADOOP_HOME}/src/examples,lib位于{HADOOP_HOME}/lib
 

转载于:https://www.cnblogs.com/magicshine/archive/2011/12/05/2276445.html

你可能感兴趣的文章
Alan Turing的纪录片观后感
查看>>
c#自定义控件中的事件处理
查看>>
IOS--沙盒机制
查看>>
使用 JointCode.Shuttle 访问任意 AppDomain 的服务
查看>>
sqlite的坑
查看>>
digitalocean --- How To Install Apache Tomcat 8 on Ubuntu 16.04
查看>>
【题解】[P4178 Tree]
查看>>
Mongo自动备份
查看>>
cer证书签名验证
查看>>
synchronized
查看>>
【深度学习】caffe 中的一些参数介绍
查看>>
Python-Web框架的本质
查看>>
QML学习笔记之一
查看>>
Window 的引导过程
查看>>
App右上角数字
查看>>
从.NET中委托写法的演变谈开去(上):委托与匿名方法
查看>>
小算法
查看>>
201521123024 《java程序设计》 第12周学习总结
查看>>
新作《ASP.NET MVC 5框架揭秘》正式出版
查看>>
IdentityServer4-用EF配置Client(一)
查看>>