Categories: Hadoop

What is Hadoop Framework with diagram?

In my previous article I have given the Snowflake Schema and Star schema with real industry examples. The current world is of Big data technology. So I would like to start with Big data and Hadoop Framework with Diagram. I would like to start with What exactly the Hadoop is? which will give you idea about Hadoop and then I will explain about Hadoop Framework with its architecture diagram and explanation of each and every components of Hadoop.

What is Hadoop?

In this section I would like to give the information about what is Hadoop and how it is used?

Hadoop is a software tool that uses a network of many computers to handle problems requiring a significant quantity of computation and data. Because the data can be structured or unstructured, it offers more flexibility for gathering, processing, analyzing, and managing data. It has an open-source distributed framework for the big data application’s distributed storage, management, and processing in scalable server clusters.
Big Data, or unstructured, structured, and semi-structured data volumes of exceptionally high sizes, can be processed, handled, and combined using Hadoop. Big Data has a solution in Hadoop. Hadoop seeks to take advantage of the opportunities offered by big data while overcoming any obstacles. It is a Java-based open-source programming framework that controls how big data sets are processed in a distributed or clustered setting.

What is Hadoop Framework with its type?

There are four frameworks in Hadoop.

  1. Map Reduce
  2. HDFS
  3. YARN Framework
  4. Common Utilities

1.Hadoop Framework- Map and Reduce :

The issue of processing huge data is resolved. Let’s solve this practical issue in order to get the idea of map reductions. The ABC Company seeks to determine its overall city sales. The data is in terabytes, thus the Map-Reduce technique won’t work due of the hash table concept.
Two stages are involved,
a) Map: Based on the key/value pair, we will first divide the data into smaller portions
known as mappers. Thus, the name of the city will serve as the key, and total sales will
serve as the value. Every month’s data, which includes a city’s name and related sales,
will be provided to each mapper.
b) Reduce: It will obtain these data stacks, and each reducer will be in charge of the
cities in the North, West, East, and South.

2.Hadoop Distributed File Systems (HDFS) :

The failure tolerance of the Hadoop Distributed File System (HDFS) is built-in. Individual data blocks are stored in three different copies on various nodes and server racks. The whole system is barely affected if a node or even an entire rack fails.
While NameNodes oversee the numerous DataNodes, keep track of data block metadata, and govern client access, DataNodes process and store data blocks.

3.YARN Framework :

Map Reduce and HDFS were the only two components in the first iteration of Hadoop. Later, it was discovered that Map Reduce was unable to handle several huge data issues. The plan was to replace the outdated map-reduce engine with a new component that would be in charge of resource management and work scheduling. Thus, this is how YARN came to be. It serves as the intermediary layer between HDFS and Map Reduce and is in charge of overseeing the cluster’s resources.
Hadoop relied on MapReduce to process large datasets, hence it had a few drawbacks including scalability concerns, batch processing delays, etc. despite being quite effective at data processing and computations. Hadoop can now support a variety of processing philosophies and has a wider range of applications Hadoop YARN clusters may now stream interactive querying and run batch MapReduce tasks alongside data processing. The YARN framework fixes the issues with Hadoop 1.0 by running on applications other than MapReduce.

4.Common Utilities :

Basically, Common Utilities is also called Hadoop common. These are simply the JAVA libraries, files, scripts, and utilities that the other Hadoop components actually need to function.

I hope with this article you got the high level idea about Hadoop Framework and its types. In upcoming articles I would like to give more information in detailed level about these four types of Hadoop Framework also would like to throw light on the Usages of Hadoop and where you cant use Hadoop. If you like this article or if you have any issues with the same kindly comment in comments section.

Amit S

Oracle Consultant with vast experience in Oracle BI and PL/SQL Development. Amiet is the admin head of this website who contributes by preparing tutorials and articles related to database technologies. He is responsible to manage the content and front-end of the website.

Share
Published by
Amit S

Recent Posts

The Essential Guide to Cryptocurrency Exchange Platform Development for Beginners and Beyond

Introduction Cryptocurrencies took the world by storm, setting up a new financial system and breaking…

5 months ago

Top 20 System Administrator Interview Questions and answers

In my previous article I have given Top 20 technical support interview questions with its…

8 months ago

Desktop Support Scenario Based Interview Questions

In my previous articles I have given 15 most asked desktop support interview questions with…

8 months ago

How Do Business Analysts Use SQL for Their Needs?

A business analyst is someone who is versed in processes of data analysis used for…

8 months ago

Top 15 Control-M Interview Questions with Answers

In my previous article I have already given top questions and answers for Desktop support…

8 months ago

Top 20 SQL Interview Questions for Production Support

In my previous article I have given unix production support interview questions and answers. In…

8 months ago