HDFS and Hbase and MapReduce popular science

table of Contents

One: HDFS

1.1 The structure of the distributed file system

1.2 The goal of a distributed system

1.3 HDFS main components and functions

1.4 HDFS architecture

1.5 HDFS read data process

1.6 HDFS write data process

Two: Hbase

2.1 Introduction to Hbase

2.2 Causes of Hbase

2.3 Hbase access interface

2.4Hbase functional components

三:MapReduce

3.1 Introduction to the MapReduce model

3.2 map and reduce functions

3.3 mapreduce architecture

3.4 Overview of mapreduce workflow

3.5 Each execution stage of mapreduce

3.6 Introduction to the shuffle process


One: HDFS

1.1 The structure of the distributed file system

1.2 The goal of a distributed system

1.3 HDFS main components and functions

1.4 HDFS architecture

1.5 HDFS read data process

1.6 HDFS write data process

 

Two: Hbase

2.1 Introduction to Hbase

2.2 Causes of Hbase

2.3 Hbase access interface

2.4Hbase functional components

三:MapReduce

3.1 Introduction to the MapReduce model

3.2 map and reduce functions

3.3 mapreduce architecture

3.4 Overview of mapreduce workflow

3.5 Each execution stage of mapreduce

3.6 Introduction to the shuffle process

references:

http://dblab.xmu.edu.cn/blog/2460-2/

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Guess you like

Origin blog.csdn.net/yezonghui/article/details/113797108