Journal Node

In this chapter

This chapter explains how to configure and manage an HA HDFS cluster, using the journal node.

What is Journal Node ?

This guide provides an overview of the HDFS High Availability (HA) feature and how to configure and manage an HA HDFS cluster, using the Quorum Journal Manager (QJM) feature.

In a HA cluster, there are two NameNodes configured : Active and Standby. The Active NameNode is responsible for all client operations in the cluster, while the Standby is simply acting as a slave, maintaining enough state to provide a fast failover if necessary.
For standby NameNode to be synchronized with active NameNode, both communicate with each other through Journal Node. When any namespace modification is performed by the Active node, it durably logs a record of the modification to a majority of these JNs. Standby NameNode constantly monitors edit logs at journal nodes and updates its namespace accordingly.
In the event of failover, standby NameNode will ensure that its namespace is completely updated according to edit logs before it is changes to Active state. Thus namespace is fully synchronized before a failover.

Journal Node Details

Following details about Journal Node are displayed.

Add Journal Node

To add a new Journal Node, click on Add button on Journal Node page.

Enter following details.

Configure Journal Node

To configure the properties of Journal Node, select the check-box against target Journal Node and click Configure. All configurable properties of Journal Node will be displayed.

Start, Stop, Delete Journal Node

Select the Journal Node and click on Start, Stop or Delete to perform respective operation.



Copyright © 2018 QueryIO Corporation. All Rights Reserved.

QueryIO, "Big Data Intelligence" and the QueryIO Logo are trademarks of QueryIO Corporation. Apache, Hadoop and HDFS are trademarks of The Apache Software Foundation.