Several Hadoop daemon and Hadoop daemon

Source: Internet
Author: User

Several Hadoop daemon and Hadoop daemon

After Hadoop is installed, several processes will appear when jps is used.

Master has:


Namenode

SecondaryNameNode

JobTracker



Slaves has

Tasktracker

Datanode


1.NameNode

It is the master server in Hadoop, managing the file system namespace and accessing the files stored in the cluster.

2.SecondaryNameNode

It is not a redundant daemon of namenode, but provides periodic checkpoints and cleanup tasks.

For the sake of scalability and fault toleranceSecondaryNameNodeRun on a non-NameNode.


3.DataNode

It is responsible for managing the storage of connections to nodes (a cluster can have multiple nodes ). Each node that stores data runs a datanode daemon.


4 and 5.JobTrackerAndTaskTracker

JobTrackerSchedulingDataNode. EachDataNodeThere isTaskTracker.

JobTrackerAndTaskTrackerIn master-slave mode,JobTrackerCrossDataNodeDistribution work, whileTaskTrackerRun the task.

JobTrackerAlso checks the request work, ifDataNodeFailed for some reason,JobTrackerThe previous task is rescheduled.



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.