Single-machine mode, pseudo-distributed mode, and fully distributed mode for Hadoop

Source: Internet
Author: User
Stand-alone (non-distributed) mode
This mode runs on a single machine without a distributed file system, but directly reads and writes to the local operating system's file system.

Pseudo-distributed operation mode

This mode also runs on a single machine, but uses different Java processes to mimic the various nodes in the distributed operation (Namenode,datanode,jobtracker,tasktracker,secondarynamenode), Notice the difference between these nodes in the distributed operation: from the point of view of distributed storage, nodes in a cluster consist of one namenode and several datanode, and another secondarynamenode as a namenode backup. From the point of view of distributed application, the nodes in the cluster consist of a jobtracker and several tasktracker, Jobtracker is responsible for the task scheduling, Tasktracker is responsible for executing the task in parallel. The Tasktracker must be run on the Datanode, which facilitates the local computation of the data. Jobtracker and Namenode do not need to be on the same machine.

A machine, that is, when the Namenode, and when Datanode, or that is Jobtracker, but also tasktracker. There is no real distributed computing on multiple machines, so it is called "pseudo-distributed".

Fully Distributed Mode

A truly distributed fleet of 3 or more physical or virtual machine components.

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.