Monday, May 18, 2020

Introduction to Hadoop Administration

In this part of the MapReduce tutorial you will learn about the Hadoop administration aspects, MapReduce job monitoring and more.
What is Hadoop Administration?
Hdfs administration and MapReduce administration, both concepts come under hadoop admin online course
  • Hdfs administration: It includes monitoring the HDFS file structure, location and updated files.
  • Mapreduce administration: it includes monitoring the list of applications, configuration of nodes, application status.
We are using put and get commands for storing and fetching the data.
We can see the below screenshot using the url to the browser <http://localhost:50070> after passing the command “start-all.sh” on “/$HADOOP_HOME/sbin”.
Hdfs administration
We are using put and get commands for storing and fetching the data.
We can see the below screenshot using the url to the browser <http://localhost:50070> after passing the command “start-all.sh” on “/$HADOOP_HOME/sbin”.



We can see the files in the “/user/hadoop” directory in this screen shot.



Datanode information in a cluster



Mapreduce job monitoring:
The most two important things in this concept are
  • Suitable datanode configuration in application
  • For each application, number of datanodes and resources
We can see the below screen shot using the url to the browser http://localhost:8080/ after passing the command “start-all.sh” on “/$HADOOP_HOME/sbin”.



We can see the current running node information in the below screenshot.






Related Posts:

  • Design Templates and Themes in Cognos Analytics Standard out-of-box templates and themes in Cognos Cognos Analytics comes with a set of standard templates and themes that can be imported. After initial installation, there wil… Read More
  • IOS - SQLite Database SQLite can be used in iOS for handling data. It uses sqlite queries, which makes it easier for those who know SQL. IOS SQLite is a part of ios app development course offered by … Read More
  • Migrating Swift iOS Apps from MVC to MVVM Migrating Swift iOS Apps from MVC to MVVM Swift ios app Design patterns are reusable solutions to c… Read More
  • Build a Basic UI In IOS This lesson gets you familiar with Xcode, the tool you use to write apps. You’ll become familiar with the structure of a project in Xcode and learn how to navigate between and us… Read More
  • Apache Flume and Hbase in Hadoop Welcome to lesson ‘Apache Flume and HBase’ of Big Data Hadoop tutorial which is a part of ‘big data training’ offered by OnlineItGuru. This lesson will focus on Apache Flume a… Read More

0 Comments: