(11) Hadoop2.0 mainstream open source cloud architecture and mode of operation of Hadoop architecture

Hadoop modes of operation:

(1) Single mode

You do not need to interact with other nodes without the use of HDFS, directly read and write the local file system

(2) Pseudo distribution pattern

Running on a single machine, running all kinds of imitation distributed nodes with different processes

(3) Distributed Mode

Deploy the system on a different machine
 
 
 
 

Guess you like

Origin www.cnblogs.com/paradis/p/11017537.html