Several daemons for Hadoop

Source: Internet
Author: User

After installing Hadoop, there are a few processes that can be used with JPS.

In Master there are:


Namenode

Secondarynamenode

Jobtracker



There are slaves in the

Tasktracker

Datanode


1. NameNode

It is the primary server in Hadoop, which manages the file System namespace and access to files stored in the cluster.

2. Secondarynamenode

It is not a redundant daemon for namenode, but rather a periodic checkpoint and cleanup task.

For reasons of scalability and fault tolerance, we typically run Secondarynamenode on a non- NameNode machine.


3. DataNode

It is responsible for managing the storage that is connected to the node (multiple nodes can be in a cluster). Each node that stores data runs a Datanode daemon.


4 and 5. jobtracker and tasktracker

Jobtracker is responsible for dispatching the work on DataNode . Each DataNode has a tasktrackerthat performs the actual work.

jobtracker and tasktracker use master-form,jobtracker cross- DataNode distribution work, while Tasktracker perform the task.

Jobtracker also checks the requested work, and if a DataNode fails for any reason,Jobtracker will reschedule the previous task.



Several daemons for Hadoop

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.