WebHosting

Wednesday, September 25, 2013

Starting/Stoping Hadoop and HBase in order

Hadoop Startup Process

Namenode  -->  Datanodes  -->  SecondaryNamenode  -->  JobTracker  -->  TaskTrackers

Hadoop Shutdown Process
JobTracker  -->  TaskTracker  --> Namenode  -->  Datanodes  --> SecondaryNamenode

HBase Startup Process

Zookeepers  -->  HMaster  -->  RegionServers

HBase Shutdown Process

RegionServers  -->  HMaster  -->  Zookeepers

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

Build Your Own Local AI Coding Agent: A Complete Multi-Platform Development System

 Imagine telling your computer: “Build me a Python application, test it, fix the errors and package it.” Or: “Create an Android application ...