Tread on the footprints of predecessors to learn hadoop--structure, focus

Source: Internet
Author: User

HDFs, as a distributed file system, is the foundation of all these projects. The analysis of HDFs is good for understanding other systems. Since Hadoop's HDFs and MapReduce are the same project, we put them together for analysis.

If you take the whole Hadoop as a class in Java, then HDFs is the static variable of this class, and the other projects are the methods in Hadoop.

HDFs

Implementation of Hdfs,hadoop Distributed File system

File system abstraction, which can be understood as a unified file access interface that supports multiple file system implementations

FS

File system abstraction, which can be understood as a unified file access interface that supports multiple file system implementations

IPC

An implementation of a simple IPC that relies on the codec functionality provided by IO

Reference: http://zhangyu8374.javaeye.com/blog/86306

io

The presentation layer. Encode/decode various data for easy transmission over the network

MapReduce

Map/reduce implementation of Hadoop

Filecache

Provides a local cache of HDFs files for faster map/reduce data access

IPC

An implementation of a simple IPC that relies on the codec functionality provided by IO

Reference: http://zhangyu8374.javaeye.com/blog/86306

io

The presentation layer. Encode/decode various data for easy transmission over the network

Tread on the footprints of predecessors to learn hadoop--structure, focus

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.