HDFS in Practice II
Explore how to use HDFS admin and daemon commands to manage and monitor Hadoop clusters. Understand topology inspection, retrieve reports, manage Datanode processes, and interact with HDFS uploads in a practical environment.
We'll cover the following...
We'll cover the following...
HDFS in Practice II
In the previous lesson, we looked at some client commands. Now we’ll briefly explore admin and daemon commands offered by the hdfs command line utility.
-
Serious production deployments of Hadoop are deployed on a cluster of machines with a planned topology. HDFS looks at the topology of the Datanodes when placing the data block’s replicas. We can examine the topology with this following command:
hdfs dfsadmin