Month: February 2023

Introduction

As part of this section we will see how to set up HDFS components such as Namenode, Secondary Namenode, Datanodes etc while exploring some of the key concepts of this very important service. Setup HDFS Copy Data into HDFS Components of HDFS Configuration Files and Important Properties Review Web UIs and log files Checkpointing and …

Introduction Read More »

Zookeeper Concepts

Quite often we will have distributed services running on multiple servers (especially masters, for e.g.: Active/Passive Namenode of HDFS). Zookeeper can keep track of the multiple servers associated with a distributed service and ensure that it serves the clients of that service with High Availability and Fault Tolerance. Zookeeper service handles the following functions in …

Zookeeper Concepts Read More »

Learning Process

We need to follow the standard process while setting up any software. Downloading and Installing – already taken care as part of adding hosts to the cluster. Architecture and Configuration – we need to understand architecture and plan for the configuration. Architecture – Zookeeper have all master architecture. Other services (typically masters of those services) …

Learning Process Read More »