SlideShare a Scribd company logo
Hadoop Training
What’s in it for you?
1. Big data and its challenges
What’s in it for you?
What’s in it for you?
1. Big data and its challenges
2. Hadoop as a solution
What’s in it for you?
What’s in it for you?
1. Big data and its challenges
2. Hadoop as a solution
3. History of Hadoop
What’s in it for you?
What’s in it for you?
1. Big data and its challenges
2. Hadoop as a solution
3. History of Hadoop
4. What is Hadoop?
What’s in it for you?
What’s in it for you?
1. Big data and its challenges
2. Hadoop as a solution
3. History of Hadoop
4. What is Hadoop?
5. Components of Hadoop
What’s in it for you?
What’s in it for you?
1. Big data and its challenges
2. Hadoop as a solution
3. History of Hadoop
4. What is Hadoop?
5. Components of Hadoop
6. Hadoop Distributed File System
What’s in it for you?
What’s in it for you?
1. Big data and its challenges
2. Hadoop as a solution
3. History of Hadoop
4. What is Hadoop?
5. Components of Hadoop
6. Hadoop Distributed File System
7. Hadoop MapReduce
What’s in it for you?
What’s in it for you?
1. Big data and its challenges
2. Hadoop as a solution
3. History of Hadoop
4. What is Hadoop?
5. Components of Hadoop
6. Hadoop Distributed File System
7. Hadoop MapReduce
8. Hadoop YARN
What’s in it for you?
What’s in it for you?
Big data and its
challenges
Big Data and its challenges
Data in various forms Drawing insights from
data
Data has evolved significantly over the last 5 years and is being
generated in various forms whose volume is too large. Hence, it is
termed as Big Data
This data has to be handled efficiently to draw values from it and
take business decisions
Big Data and its challenges
Data in various forms Drawing insights from
data
Handling such vast volumes of data throws a lot
of challenges
Big Data and its challenges
Data in various forms Drawing insights from
data
Handling such vast volumes of data throws a lot
of challenges
Storing such large volumes of data
Big Data and its challenges
Data in various forms Drawing insights from
data
Handling such vast volumes of data throws a lot
of challenges
Storing such large volumes of data
Processing the data faster
Big Data and its challenges
Data in various forms Drawing insights from
data
Handling such vast volumes of data throws a lot
of challenges
Storing such large volumes of data
Processing the data faster
Maintaining scalability and data quality
Big Data and its challenges
Data in various forms Drawing insights from
data
Handling such vast volumes of data throws a lot
of challenges
Storing such large volumes of data
Processing the data faster
Keeping the data safe and secure
Maintaining scalability and data quality
What’s in it for you?
Hadoop as a solution
Hadoop as a solution
Parallel computing
Hadoop allows you to perform parallel
computing(processing) on large volumes of data
quickly and efficiently
Hadoop as a solution
Distributed storageParallel computing
Hadoop stores data on multiple systems instead
of a single system
Hadoop as a solution
Distributed storageParallel computing
Maintains data quality and
security
Provides end-to-end encryption that protects data
while it is at rest within the Hadoop cluster and in
motion across the network
What’s in it for you?
History of Hadoop
Doug Cutting and Mike Cafarella
created Apache Nutch
Google released paper on GFS to
describe how to store large datasets
Google released another paper on
MapReduce which described
processing large datasets
Doug Cutting started using GFS and
MapReduce in Nutch
Cutting joined Yahoo and took
Nutch with him
Cutting split out the distributed
computing parts from Nutch and
created Hadoop
Yahoo successfully tested Hadoop on
1000 node clusters
Yahoo released Hadoop as an open
source project to Apace Software
foundation (ASF)
Hadoop was successfully tested to
sort a PetaByte of data in less than 17
hours
Apache Software Foundation
released Apache Hadoop Version 1.0
Apache Hadoop Version 3.0 released
2002 2003 2004
200520062007
Jan
2008
July
2008
2009
20112017
What’s in it for you?
What is Hadoop?
What is Hadoop?
Hadoop is an open-source framework for storing data and running applications on clusters of
commodity hardware
What is Hadoop?
Hadoop is an open-source framework for storing data and running applications on clusters of
commodity hardware
Big Data
Datanode 1 Datanode 2
Datanode 3Datanode 4
Hadoop stores and processes data on multiple systems
What’s in it for you?
Advantages of Hadoop
Advantages of Hadoop
Store and
process huge
data
• Hadoop can store
huge volumes of data
of different types
such as text, social
media data, log files,
etc.
Advantages of Hadoop
Store and
process huge
data
Computing power
• Hadoop can store
huge volumes of data
of different types
such as text, social
media data, log files,
etc.
• Hadoop's distributed
computing model
processes big data fast
• The more computing
nodes you use, the
more processing power
you have
Advantages of Hadoop
Store and
process huge
data
Computing power Flexibility
• Hadoop can store
huge volumes of data
of different types
such as text, social
media data, log files,
etc.
• Hadoop's distributed
computing model
processes big data fast
• The more computing
nodes you use, the
more processing power
you have
• Unlike traditional
relational databases,
you don’t have to
preprocess data
before storing it
• You can store as
much data as you
want and decide how
to use it later
Advantages of Hadoop
Store and
process huge
data
Computing power Flexibility Scalability
• Hadoop can store
huge volumes of data
of different types
such as text, social
media data, log files,
etc.
• Hadoop's distributed
computing model
processes big data fast
• The more computing
nodes you use, the
more processing power
you have
• Unlike traditional
relational databases,
you don’t have to
preprocess data
before storing it
• You can store as
much data as you
want and decide how
to use it later
• Hadoop allows you to
quickly grow your
system to handle
more data just by
adding nodes
• Very little
administration is
required
Advantages of Hadoop
Store and
process huge
data
Computing power Flexibility Scalability Fault tolerance
• Hadoop can store
huge volumes of data
of different types
such as text, social
media data, log files,
etc.
• Hadoop's distributed
computing model
processes big data fast
• The more computing
nodes you use, the
more processing power
you have
• Unlike traditional
relational databases,
you don’t have to
preprocess data
before storing it
• You can store as
much data as you
want and decide how
to use it later
• Data is protected
against hardware
failure
• If a datanode goes
down, jobs are
automatically
redirected to other
nodes to make sure
the distributed
computing does not
fail
• Hadoop allows you to
quickly grow your
system to handle
more data just by
adding nodes
• Very little
administration is
required
What’s in it for you?
Companies using Hadoop
Companies using Hadoop
What’s in it for you?
Applications of Hadoop
Applications of Hadoop
• Royal Bank of Scotland
uses Hadoop to gain
intelligence from its online
customer chat
conversations
• It used machine learning
through Cloudera Hadoop
distribution to process
250,000 chat logs and
understand its customer
journeys
Applications of Hadoop
• Royal Bank of Scotland
uses Hadoop to gain
intelligence from its online
customer chat
conversations
• It used machine learning
through Cloudera Hadoop
distribution to process
250,000 chat logs and
understand its customer
journeys
• Marks and Spencer uses
Hadoop to analyze its data
from multiple sources to
understand its customer
behavior better
• It solves gaps in campaign
management, manage
customer loyalty data,
create more personalized
and targeted campaigns
Applications of Hadoop
• Royal Bank of Scotland
uses Hadoop to gain
intelligence from its online
customer chat
conversations
• It used machine learning
through Cloudera Hadoop
distribution to process
250,000 chat logs and
understand its customer
journeys
• Marks and Spencer uses
Hadoop to analyze its data
from multiple sources to
understand its customer
behavior better
• It solves gaps in campaign
management, manage
customer loyalty data,
create more personalized
and targeted campaigns
• Royal Mail is a British
postal service company
that uses Hadoop to
transform the way it
managed data across the
organization
• It can now identify
customers in particular
industries who are most at
risk of churn, allowing the
sales and marketing teams
to take preventative steps
Applications of Hadoop
• Royal Bank of Scotland
uses Hadoop to gain
intelligence from its online
customer chat
conversations
• It used machine learning
through Cloudera Hadoop
distribution to process
250,000 chat logs and
understand its customer
journeys
• Marks and Spencer uses
Hadoop to analyze its data
from multiple sources to
understand its customer
behavior better
• It solves gaps in campaign
management, manage
customer loyalty data,
create more personalized
and targeted campaigns
• Royal Mail is a British
postal service company
that uses Hadoop to
transform the way it
managed data across the
organization
• It can now identify
customers in particular
industries who are most at
risk of churn, allowing the
sales and marketing teams
to take preventative steps
• Spotify is an on-demand
music service that uses
Hadoop big data analytics
• It collects data from its
millions of users worldwide
and they analyzes the data
to give music
recommendations to
individual users
What’s in it for you?
Hadoop Components
Hadoop Components
Stores layer of Hadoop that stores and maintains rapidly increasingly data
Hadoop Components
Stores layer of Hadoop that stores and maintains rapidly increasingly data
Processing layer of Hadoop that perform parallel computing of data
Hadoop Components
Stores layer of Hadoop that stores and maintains rapidly increasingly data
Processing layer of Hadoop that perform parallel computing of data
Used for cluster resource management that assigns resources to applications
What’s in it for you?
Hadoop Distributed File
System
Hadoop Distributed File System
Hadoop Distributed File System (HDFS) is the storage unit of Hadoop that stores big
data in multiple server machines instead of a central server
Hadoop Distributed File System
Hadoop Distributed File System (HDFS) is the storage unit of Hadoop that stores big
data in multiple server machines instead of a central server
Input data
HDFS divides the input file into smaller chunks
and stores the data across the Hadoop cluster
Datanode
1
Datanode
2
Datanode
3
Datanode
4
Hadoop Distributed File System
A large file is split by Hadoop framework into blocks whose default block size is 128
MB
128 MB
128 MB
128 MB
128 MB
128 MB
128 MB
128 MB
128 MB
1 GB input file
The machines in the Hadoop cluster have disks that store
these blocks
HDFS Architecture
Namenode
MetaData (Name, replicas, ….):
/home/foo/data, 3, ….
DatanodesDatanodes
Metadata ops
Client
Rack 1 Rack 2
……………
…….
Master node
Slave nodes
Namenode stores
metadata information
HDFS Architecture
Namenode
MetaData (Name, replicas, ….):
/home/foo/data, 3, ….
DatanodesDatanodes
Metadata ops
Client
Rack 1 Rack 2
……………
…….
Read
A client can read data from the datanodes by
consulting the namenode
HDFS Architecture
Namenode
MetaData (Name, replicas, ….):
/home/foo/data, 3, ….
DatanodesDatanodes
Metadata ops
Client
Read
Rack 1 Rack 2Client
Write Write
Client can write data to the respective
datanodes
……………
…….
HDFS Architecture
Namenode
MetaData (Name, replicas, ….):
/home/foo/data, 3, ….
Block ops
DatanodesDatanodes
Metadata ops
Client
Read
Rack 1 Rack 2
Replication
Client
Write Write
HDFS allows you to perform block operation
and replication of data blocks to different
datanodes
What’s in it for you?
Hadoop MapReduce
Hadoop MapReduce
MapReduce is a programming framework that allows distributed computing and
performs parallel processing of large volumes of data
Hadoop MapReduce
Master node
Slave node
Slave node
Slave node
Slave node
Data is processed parallelly on the different slave
nodes
MapReduce is a programming framework that allows distributed computing and
performs parallel processing of large volumes of data
Hadoop MapReduce
Map Reduce
Hadoop MapReduce
Map Reduce
Input
Hadoop MapReduce
Map Reduce
Map tasks
Map()Input
Hadoop MapReduce
Map Reduce
Map tasks
Map()Input
Shuffle and
sort
Hadoop MapReduce
Map Reduce
Reduce tasks
Reduce()
Map tasks
Map()Input
Shuffle and
sort
Hadoop MapReduce
Map Reduce
Reduce tasks
Reduce()
Map tasks
Map()Input Output
Shuffle and
sort
What’s in it for you?
Hadoop YARN
Hadoop YARN
YARN was introduced in Hadoop 2.0 and it stands for
Yet Another Resource Negotiator
Hadoop YARN
YARN was introduced in Hadoop 2.0 and it stands for
Yet Another Resource Negotiator
• YARN is the cluster resource management layer of
Hadoop
• Schedules jobs and assigns resources to running
applications
Memory RAM
Network
bandwidth
Disk IO
YARN Architecture
Resource
ManagerClient
Job Submission
Submit job
request
YARN Architecture
Resource
ManagerClient
Node
Manager
container
App Master
App Master
container
Node
Manager
Node
Manager
container container
Job Submission
Submit job
request
YARN Architecture
Resource
ManagerClient
Node
Manager
container
container
Node
Manager
Node
Manager
container container
Job Submission
Node Status
Submit job
request
App Master
App Master
YARN Architecture
Resource
ManagerClient
Node
Manager
container
container
Node
Manager
Node
Manager
container container
Job Submission
Node Status
MapReduce Status
Submit job
request
App Master
App Master
YARN Architecture
Resource
ManagerClient
Node
Manager
container
container
Node
Manager
Node
Manager
container container
Job Submission
Node Status
MapReduce Status
Resource Request
Submit job
request
App Master
App Master
Key Takeaways
Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Beginners | Simplilearn

More Related Content

What's hot

Big data Analytics Hadoop
Big data Analytics HadoopBig data Analytics Hadoop
Big data Analytics Hadoop
Mishika Bharadwaj
 
Hadoop File system (HDFS)
Hadoop File system (HDFS)Hadoop File system (HDFS)
Hadoop File system (HDFS)
Prashant Gupta
 
Hadoop Tutorial For Beginners | Apache Hadoop Tutorial For Beginners | Hadoop...
Hadoop Tutorial For Beginners | Apache Hadoop Tutorial For Beginners | Hadoop...Hadoop Tutorial For Beginners | Apache Hadoop Tutorial For Beginners | Hadoop...
Hadoop Tutorial For Beginners | Apache Hadoop Tutorial For Beginners | Hadoop...
Simplilearn
 
Big Data Analytics with Hadoop
Big Data Analytics with HadoopBig Data Analytics with Hadoop
Big Data Analytics with Hadoop
Philippe Julio
 
Hadoop introduction , Why and What is Hadoop ?
Hadoop introduction , Why and What is  Hadoop ?Hadoop introduction , Why and What is  Hadoop ?
Hadoop introduction , Why and What is Hadoop ?
sudhakara st
 
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...
Simplilearn
 
Big data Hadoop presentation
Big data  Hadoop  presentation Big data  Hadoop  presentation
Big data Hadoop presentation
Shivanee garg
 
Map Reduce
Map ReduceMap Reduce
Map Reduce
Prashant Gupta
 
Introduction to HDFS
Introduction to HDFSIntroduction to HDFS
Introduction to HDFS
Bhavesh Padharia
 
Big Data and Hadoop
Big Data and HadoopBig Data and Hadoop
Big Data and Hadoop
Flavio Vit
 
Big data architectures and the data lake
Big data architectures and the data lakeBig data architectures and the data lake
Big data architectures and the data lake
James Serra
 
Apache Flume
Apache FlumeApache Flume
Apache Flume
Arinto Murdopo
 
Introduction to Hadoop
Introduction to HadoopIntroduction to Hadoop
Introduction to Hadoop
Dr. C.V. Suresh Babu
 
Apache hive
Apache hiveApache hive
Apache hive
pradipbajpai68
 
Big Data & Hadoop Introduction
Big Data & Hadoop IntroductionBig Data & Hadoop Introduction
Big Data & Hadoop Introduction
Jayant Mukherjee
 
What are Hadoop Components? Hadoop Ecosystem and Architecture | Edureka
What are Hadoop Components? Hadoop Ecosystem and Architecture | EdurekaWhat are Hadoop Components? Hadoop Ecosystem and Architecture | Edureka
What are Hadoop Components? Hadoop Ecosystem and Architecture | Edureka
Edureka!
 
Big Data Architecture
Big Data ArchitectureBig Data Architecture
Big Data Architecture
Guido Schmutz
 
Hadoop
HadoopHadoop
Introduction to Big Data
Introduction to Big Data Introduction to Big Data
Introduction to Big Data
Srinath Perera
 
Introduction to Big Data
Introduction to Big DataIntroduction to Big Data
Introduction to Big Data
Haluan Irsad
 

What's hot (20)

Big data Analytics Hadoop
Big data Analytics HadoopBig data Analytics Hadoop
Big data Analytics Hadoop
 
Hadoop File system (HDFS)
Hadoop File system (HDFS)Hadoop File system (HDFS)
Hadoop File system (HDFS)
 
Hadoop Tutorial For Beginners | Apache Hadoop Tutorial For Beginners | Hadoop...
Hadoop Tutorial For Beginners | Apache Hadoop Tutorial For Beginners | Hadoop...Hadoop Tutorial For Beginners | Apache Hadoop Tutorial For Beginners | Hadoop...
Hadoop Tutorial For Beginners | Apache Hadoop Tutorial For Beginners | Hadoop...
 
Big Data Analytics with Hadoop
Big Data Analytics with HadoopBig Data Analytics with Hadoop
Big Data Analytics with Hadoop
 
Hadoop introduction , Why and What is Hadoop ?
Hadoop introduction , Why and What is  Hadoop ?Hadoop introduction , Why and What is  Hadoop ?
Hadoop introduction , Why and What is Hadoop ?
 
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...
Hadoop Architecture | HDFS Architecture | Hadoop Architecture Tutorial | HDFS...
 
Big data Hadoop presentation
Big data  Hadoop  presentation Big data  Hadoop  presentation
Big data Hadoop presentation
 
Map Reduce
Map ReduceMap Reduce
Map Reduce
 
Introduction to HDFS
Introduction to HDFSIntroduction to HDFS
Introduction to HDFS
 
Big Data and Hadoop
Big Data and HadoopBig Data and Hadoop
Big Data and Hadoop
 
Big data architectures and the data lake
Big data architectures and the data lakeBig data architectures and the data lake
Big data architectures and the data lake
 
Apache Flume
Apache FlumeApache Flume
Apache Flume
 
Introduction to Hadoop
Introduction to HadoopIntroduction to Hadoop
Introduction to Hadoop
 
Apache hive
Apache hiveApache hive
Apache hive
 
Big Data & Hadoop Introduction
Big Data & Hadoop IntroductionBig Data & Hadoop Introduction
Big Data & Hadoop Introduction
 
What are Hadoop Components? Hadoop Ecosystem and Architecture | Edureka
What are Hadoop Components? Hadoop Ecosystem and Architecture | EdurekaWhat are Hadoop Components? Hadoop Ecosystem and Architecture | Edureka
What are Hadoop Components? Hadoop Ecosystem and Architecture | Edureka
 
Big Data Architecture
Big Data ArchitectureBig Data Architecture
Big Data Architecture
 
Hadoop
HadoopHadoop
Hadoop
 
Introduction to Big Data
Introduction to Big Data Introduction to Big Data
Introduction to Big Data
 
Introduction to Big Data
Introduction to Big DataIntroduction to Big Data
Introduction to Big Data
 

Similar to Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Beginners | Simplilearn

Big Data and Hadoop
Big Data and HadoopBig Data and Hadoop
Big Data and Hadoop
MaulikLakhani
 
Hadoop HDFS.ppt
Hadoop HDFS.pptHadoop HDFS.ppt
Hadoop HDFS.ppt
6535ANURAGANURAG
 
Data analytics & its Trends
Data analytics & its TrendsData analytics & its Trends
Data analytics & its Trends
Dr.K.Sreenivas Rao
 
Big data and hadoop
Big data and hadoopBig data and hadoop
Big data and hadoop
Prashanth Yennampelli
 
Introduction-to-Big-Data-and-Hadoop.pptx
Introduction-to-Big-Data-and-Hadoop.pptxIntroduction-to-Big-Data-and-Hadoop.pptx
Introduction-to-Big-Data-and-Hadoop.pptx
Pratimakumari213460
 
Oh! Session on Introduction to BIG Data
Oh! Session on Introduction to BIG DataOh! Session on Introduction to BIG Data
Oh! Session on Introduction to BIG Data
Prakalp Agarwal
 
Big data analytics - hadoop
Big data analytics - hadoopBig data analytics - hadoop
Big data analytics - hadoop
Vishwajeet Jadeja
 
Big data and hadoop overvew
Big data and hadoop overvewBig data and hadoop overvew
Big data and hadoop overvew
Kunal Khanna
 
Big data and hadoop
Big data and hadoopBig data and hadoop
Big data and hadoop
Sri Kanth
 
Understanding Big Data And Hadoop
Understanding Big Data And HadoopUnderstanding Big Data And Hadoop
Understanding Big Data And Hadoop
Edureka!
 
Hitachi Data Systems Hadoop Solution
Hitachi Data Systems Hadoop SolutionHitachi Data Systems Hadoop Solution
Hitachi Data Systems Hadoop Solution
Hitachi Vantara
 
Big data-analytics-cpe8035
Big data-analytics-cpe8035Big data-analytics-cpe8035
Big data-analytics-cpe8035
Neelam Rawat
 
Introduction To Big Data & Hadoop
Introduction To Big Data & HadoopIntroduction To Big Data & Hadoop
Introduction To Big Data & Hadoop
Blackvard
 
Lesson 1 introduction to_big_data_and_hadoop.pptx
Lesson 1 introduction to_big_data_and_hadoop.pptxLesson 1 introduction to_big_data_and_hadoop.pptx
Lesson 1 introduction to_big_data_and_hadoop.pptx
Pankajkumar496281
 
Is Hadoop a Necessity for Data Science
Is Hadoop a Necessity for Data ScienceIs Hadoop a Necessity for Data Science
Is Hadoop a Necessity for Data Science
Edureka!
 
Big Data Analytics With Hadoop
Big Data Analytics With HadoopBig Data Analytics With Hadoop
Big Data Analytics With Hadoop
Umair Shafique
 
Big data Question bank.pdf
Big data Question bank.pdfBig data Question bank.pdf
Big data Question bank.pdf
Sitamarhi Institute of Technology
 
Big Data + Sentiment Analysis = Awesome
Big Data + Sentiment Analysis = AwesomeBig Data + Sentiment Analysis = Awesome
Big Data + Sentiment Analysis = Awesome
Adel Rahimi
 
Big data rmoug
Big data rmougBig data rmoug
Big data rmoug
Gwen (Chen) Shapira
 
Big data with Hadoop - Introduction
Big data with Hadoop - IntroductionBig data with Hadoop - Introduction
Big data with Hadoop - Introduction
Tomy Rhymond
 

Similar to Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Beginners | Simplilearn (20)

Big Data and Hadoop
Big Data and HadoopBig Data and Hadoop
Big Data and Hadoop
 
Hadoop HDFS.ppt
Hadoop HDFS.pptHadoop HDFS.ppt
Hadoop HDFS.ppt
 
Data analytics & its Trends
Data analytics & its TrendsData analytics & its Trends
Data analytics & its Trends
 
Big data and hadoop
Big data and hadoopBig data and hadoop
Big data and hadoop
 
Introduction-to-Big-Data-and-Hadoop.pptx
Introduction-to-Big-Data-and-Hadoop.pptxIntroduction-to-Big-Data-and-Hadoop.pptx
Introduction-to-Big-Data-and-Hadoop.pptx
 
Oh! Session on Introduction to BIG Data
Oh! Session on Introduction to BIG DataOh! Session on Introduction to BIG Data
Oh! Session on Introduction to BIG Data
 
Big data analytics - hadoop
Big data analytics - hadoopBig data analytics - hadoop
Big data analytics - hadoop
 
Big data and hadoop overvew
Big data and hadoop overvewBig data and hadoop overvew
Big data and hadoop overvew
 
Big data and hadoop
Big data and hadoopBig data and hadoop
Big data and hadoop
 
Understanding Big Data And Hadoop
Understanding Big Data And HadoopUnderstanding Big Data And Hadoop
Understanding Big Data And Hadoop
 
Hitachi Data Systems Hadoop Solution
Hitachi Data Systems Hadoop SolutionHitachi Data Systems Hadoop Solution
Hitachi Data Systems Hadoop Solution
 
Big data-analytics-cpe8035
Big data-analytics-cpe8035Big data-analytics-cpe8035
Big data-analytics-cpe8035
 
Introduction To Big Data & Hadoop
Introduction To Big Data & HadoopIntroduction To Big Data & Hadoop
Introduction To Big Data & Hadoop
 
Lesson 1 introduction to_big_data_and_hadoop.pptx
Lesson 1 introduction to_big_data_and_hadoop.pptxLesson 1 introduction to_big_data_and_hadoop.pptx
Lesson 1 introduction to_big_data_and_hadoop.pptx
 
Is Hadoop a Necessity for Data Science
Is Hadoop a Necessity for Data ScienceIs Hadoop a Necessity for Data Science
Is Hadoop a Necessity for Data Science
 
Big Data Analytics With Hadoop
Big Data Analytics With HadoopBig Data Analytics With Hadoop
Big Data Analytics With Hadoop
 
Big data Question bank.pdf
Big data Question bank.pdfBig data Question bank.pdf
Big data Question bank.pdf
 
Big Data + Sentiment Analysis = Awesome
Big Data + Sentiment Analysis = AwesomeBig Data + Sentiment Analysis = Awesome
Big Data + Sentiment Analysis = Awesome
 
Big data rmoug
Big data rmougBig data rmoug
Big data rmoug
 
Big data with Hadoop - Introduction
Big data with Hadoop - IntroductionBig data with Hadoop - Introduction
Big data with Hadoop - Introduction
 

More from Simplilearn

🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
Simplilearn
 
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Simplilearn
 
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
Simplilearn
 
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Simplilearn
 
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
Simplilearn
 
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
Simplilearn
 
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
Simplilearn
 
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
Simplilearn
 
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
Simplilearn
 
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Simplilearn
 
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
Simplilearn
 
ChatGPT in Cybersecurity
ChatGPT in CybersecurityChatGPT in Cybersecurity
ChatGPT in Cybersecurity
Simplilearn
 
Whatis SQL Injection.pptx
Whatis SQL Injection.pptxWhatis SQL Injection.pptx
Whatis SQL Injection.pptx
Simplilearn
 
Top 5 High Paying Cloud Computing Jobs in 2023
 Top 5 High Paying Cloud Computing Jobs in 2023  Top 5 High Paying Cloud Computing Jobs in 2023
Top 5 High Paying Cloud Computing Jobs in 2023
Simplilearn
 
Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024
Simplilearn
 
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Simplilearn
 
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
Simplilearn
 
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Simplilearn
 
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
Simplilearn
 
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Simplilearn
 

More from Simplilearn (20)

🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
 
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
 
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
 
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
 
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
 
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
 
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
 
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
 
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
 
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
 
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
 
ChatGPT in Cybersecurity
ChatGPT in CybersecurityChatGPT in Cybersecurity
ChatGPT in Cybersecurity
 
Whatis SQL Injection.pptx
Whatis SQL Injection.pptxWhatis SQL Injection.pptx
Whatis SQL Injection.pptx
 
Top 5 High Paying Cloud Computing Jobs in 2023
 Top 5 High Paying Cloud Computing Jobs in 2023  Top 5 High Paying Cloud Computing Jobs in 2023
Top 5 High Paying Cloud Computing Jobs in 2023
 
Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024
 
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
 
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
 
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
 
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
 
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
 

Recently uploaded

Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
TechSoup
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
Celine George
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
Steve Thomason
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
deepaannamalai16
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
Prof. Dr. K. Adisesha
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
ImMuslim
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
nitinpv4ai
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
nitinpv4ai
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Denish Jangid
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Henry Hollis
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
nitinpv4ai
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
siemaillard
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
PsychoTech Services
 

Recently uploaded (20)

Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
 

Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Beginners | Simplilearn

  • 2. What’s in it for you? 1. Big data and its challenges What’s in it for you?
  • 3. What’s in it for you? 1. Big data and its challenges 2. Hadoop as a solution What’s in it for you?
  • 4. What’s in it for you? 1. Big data and its challenges 2. Hadoop as a solution 3. History of Hadoop What’s in it for you?
  • 5. What’s in it for you? 1. Big data and its challenges 2. Hadoop as a solution 3. History of Hadoop 4. What is Hadoop? What’s in it for you?
  • 6. What’s in it for you? 1. Big data and its challenges 2. Hadoop as a solution 3. History of Hadoop 4. What is Hadoop? 5. Components of Hadoop What’s in it for you?
  • 7. What’s in it for you? 1. Big data and its challenges 2. Hadoop as a solution 3. History of Hadoop 4. What is Hadoop? 5. Components of Hadoop 6. Hadoop Distributed File System What’s in it for you?
  • 8. What’s in it for you? 1. Big data and its challenges 2. Hadoop as a solution 3. History of Hadoop 4. What is Hadoop? 5. Components of Hadoop 6. Hadoop Distributed File System 7. Hadoop MapReduce What’s in it for you?
  • 9. What’s in it for you? 1. Big data and its challenges 2. Hadoop as a solution 3. History of Hadoop 4. What is Hadoop? 5. Components of Hadoop 6. Hadoop Distributed File System 7. Hadoop MapReduce 8. Hadoop YARN What’s in it for you?
  • 10. What’s in it for you? Big data and its challenges
  • 11. Big Data and its challenges Data in various forms Drawing insights from data Data has evolved significantly over the last 5 years and is being generated in various forms whose volume is too large. Hence, it is termed as Big Data This data has to be handled efficiently to draw values from it and take business decisions
  • 12. Big Data and its challenges Data in various forms Drawing insights from data Handling such vast volumes of data throws a lot of challenges
  • 13. Big Data and its challenges Data in various forms Drawing insights from data Handling such vast volumes of data throws a lot of challenges Storing such large volumes of data
  • 14. Big Data and its challenges Data in various forms Drawing insights from data Handling such vast volumes of data throws a lot of challenges Storing such large volumes of data Processing the data faster
  • 15. Big Data and its challenges Data in various forms Drawing insights from data Handling such vast volumes of data throws a lot of challenges Storing such large volumes of data Processing the data faster Maintaining scalability and data quality
  • 16. Big Data and its challenges Data in various forms Drawing insights from data Handling such vast volumes of data throws a lot of challenges Storing such large volumes of data Processing the data faster Keeping the data safe and secure Maintaining scalability and data quality
  • 17. What’s in it for you? Hadoop as a solution
  • 18. Hadoop as a solution Parallel computing Hadoop allows you to perform parallel computing(processing) on large volumes of data quickly and efficiently
  • 19. Hadoop as a solution Distributed storageParallel computing Hadoop stores data on multiple systems instead of a single system
  • 20. Hadoop as a solution Distributed storageParallel computing Maintains data quality and security Provides end-to-end encryption that protects data while it is at rest within the Hadoop cluster and in motion across the network
  • 21. What’s in it for you? History of Hadoop
  • 22. Doug Cutting and Mike Cafarella created Apache Nutch Google released paper on GFS to describe how to store large datasets Google released another paper on MapReduce which described processing large datasets Doug Cutting started using GFS and MapReduce in Nutch Cutting joined Yahoo and took Nutch with him Cutting split out the distributed computing parts from Nutch and created Hadoop Yahoo successfully tested Hadoop on 1000 node clusters Yahoo released Hadoop as an open source project to Apace Software foundation (ASF) Hadoop was successfully tested to sort a PetaByte of data in less than 17 hours Apache Software Foundation released Apache Hadoop Version 1.0 Apache Hadoop Version 3.0 released 2002 2003 2004 200520062007 Jan 2008 July 2008 2009 20112017
  • 23. What’s in it for you? What is Hadoop?
  • 24. What is Hadoop? Hadoop is an open-source framework for storing data and running applications on clusters of commodity hardware
  • 25. What is Hadoop? Hadoop is an open-source framework for storing data and running applications on clusters of commodity hardware Big Data Datanode 1 Datanode 2 Datanode 3Datanode 4 Hadoop stores and processes data on multiple systems
  • 26. What’s in it for you? Advantages of Hadoop
  • 27. Advantages of Hadoop Store and process huge data • Hadoop can store huge volumes of data of different types such as text, social media data, log files, etc.
  • 28. Advantages of Hadoop Store and process huge data Computing power • Hadoop can store huge volumes of data of different types such as text, social media data, log files, etc. • Hadoop's distributed computing model processes big data fast • The more computing nodes you use, the more processing power you have
  • 29. Advantages of Hadoop Store and process huge data Computing power Flexibility • Hadoop can store huge volumes of data of different types such as text, social media data, log files, etc. • Hadoop's distributed computing model processes big data fast • The more computing nodes you use, the more processing power you have • Unlike traditional relational databases, you don’t have to preprocess data before storing it • You can store as much data as you want and decide how to use it later
  • 30. Advantages of Hadoop Store and process huge data Computing power Flexibility Scalability • Hadoop can store huge volumes of data of different types such as text, social media data, log files, etc. • Hadoop's distributed computing model processes big data fast • The more computing nodes you use, the more processing power you have • Unlike traditional relational databases, you don’t have to preprocess data before storing it • You can store as much data as you want and decide how to use it later • Hadoop allows you to quickly grow your system to handle more data just by adding nodes • Very little administration is required
  • 31. Advantages of Hadoop Store and process huge data Computing power Flexibility Scalability Fault tolerance • Hadoop can store huge volumes of data of different types such as text, social media data, log files, etc. • Hadoop's distributed computing model processes big data fast • The more computing nodes you use, the more processing power you have • Unlike traditional relational databases, you don’t have to preprocess data before storing it • You can store as much data as you want and decide how to use it later • Data is protected against hardware failure • If a datanode goes down, jobs are automatically redirected to other nodes to make sure the distributed computing does not fail • Hadoop allows you to quickly grow your system to handle more data just by adding nodes • Very little administration is required
  • 32. What’s in it for you? Companies using Hadoop
  • 34. What’s in it for you? Applications of Hadoop
  • 35. Applications of Hadoop • Royal Bank of Scotland uses Hadoop to gain intelligence from its online customer chat conversations • It used machine learning through Cloudera Hadoop distribution to process 250,000 chat logs and understand its customer journeys
  • 36. Applications of Hadoop • Royal Bank of Scotland uses Hadoop to gain intelligence from its online customer chat conversations • It used machine learning through Cloudera Hadoop distribution to process 250,000 chat logs and understand its customer journeys • Marks and Spencer uses Hadoop to analyze its data from multiple sources to understand its customer behavior better • It solves gaps in campaign management, manage customer loyalty data, create more personalized and targeted campaigns
  • 37. Applications of Hadoop • Royal Bank of Scotland uses Hadoop to gain intelligence from its online customer chat conversations • It used machine learning through Cloudera Hadoop distribution to process 250,000 chat logs and understand its customer journeys • Marks and Spencer uses Hadoop to analyze its data from multiple sources to understand its customer behavior better • It solves gaps in campaign management, manage customer loyalty data, create more personalized and targeted campaigns • Royal Mail is a British postal service company that uses Hadoop to transform the way it managed data across the organization • It can now identify customers in particular industries who are most at risk of churn, allowing the sales and marketing teams to take preventative steps
  • 38. Applications of Hadoop • Royal Bank of Scotland uses Hadoop to gain intelligence from its online customer chat conversations • It used machine learning through Cloudera Hadoop distribution to process 250,000 chat logs and understand its customer journeys • Marks and Spencer uses Hadoop to analyze its data from multiple sources to understand its customer behavior better • It solves gaps in campaign management, manage customer loyalty data, create more personalized and targeted campaigns • Royal Mail is a British postal service company that uses Hadoop to transform the way it managed data across the organization • It can now identify customers in particular industries who are most at risk of churn, allowing the sales and marketing teams to take preventative steps • Spotify is an on-demand music service that uses Hadoop big data analytics • It collects data from its millions of users worldwide and they analyzes the data to give music recommendations to individual users
  • 39. What’s in it for you? Hadoop Components
  • 40. Hadoop Components Stores layer of Hadoop that stores and maintains rapidly increasingly data
  • 41. Hadoop Components Stores layer of Hadoop that stores and maintains rapidly increasingly data Processing layer of Hadoop that perform parallel computing of data
  • 42. Hadoop Components Stores layer of Hadoop that stores and maintains rapidly increasingly data Processing layer of Hadoop that perform parallel computing of data Used for cluster resource management that assigns resources to applications
  • 43. What’s in it for you? Hadoop Distributed File System
  • 44. Hadoop Distributed File System Hadoop Distributed File System (HDFS) is the storage unit of Hadoop that stores big data in multiple server machines instead of a central server
  • 45. Hadoop Distributed File System Hadoop Distributed File System (HDFS) is the storage unit of Hadoop that stores big data in multiple server machines instead of a central server Input data HDFS divides the input file into smaller chunks and stores the data across the Hadoop cluster Datanode 1 Datanode 2 Datanode 3 Datanode 4
  • 46. Hadoop Distributed File System A large file is split by Hadoop framework into blocks whose default block size is 128 MB 128 MB 128 MB 128 MB 128 MB 128 MB 128 MB 128 MB 128 MB 1 GB input file The machines in the Hadoop cluster have disks that store these blocks
  • 47. HDFS Architecture Namenode MetaData (Name, replicas, ….): /home/foo/data, 3, …. DatanodesDatanodes Metadata ops Client Rack 1 Rack 2 …………… ……. Master node Slave nodes Namenode stores metadata information
  • 48. HDFS Architecture Namenode MetaData (Name, replicas, ….): /home/foo/data, 3, …. DatanodesDatanodes Metadata ops Client Rack 1 Rack 2 …………… ……. Read A client can read data from the datanodes by consulting the namenode
  • 49. HDFS Architecture Namenode MetaData (Name, replicas, ….): /home/foo/data, 3, …. DatanodesDatanodes Metadata ops Client Read Rack 1 Rack 2Client Write Write Client can write data to the respective datanodes …………… …….
  • 50. HDFS Architecture Namenode MetaData (Name, replicas, ….): /home/foo/data, 3, …. Block ops DatanodesDatanodes Metadata ops Client Read Rack 1 Rack 2 Replication Client Write Write HDFS allows you to perform block operation and replication of data blocks to different datanodes
  • 51. What’s in it for you? Hadoop MapReduce
  • 52. Hadoop MapReduce MapReduce is a programming framework that allows distributed computing and performs parallel processing of large volumes of data
  • 53. Hadoop MapReduce Master node Slave node Slave node Slave node Slave node Data is processed parallelly on the different slave nodes MapReduce is a programming framework that allows distributed computing and performs parallel processing of large volumes of data
  • 57. Hadoop MapReduce Map Reduce Map tasks Map()Input Shuffle and sort
  • 58. Hadoop MapReduce Map Reduce Reduce tasks Reduce() Map tasks Map()Input Shuffle and sort
  • 59. Hadoop MapReduce Map Reduce Reduce tasks Reduce() Map tasks Map()Input Output Shuffle and sort
  • 60. What’s in it for you? Hadoop YARN
  • 61. Hadoop YARN YARN was introduced in Hadoop 2.0 and it stands for Yet Another Resource Negotiator
  • 62. Hadoop YARN YARN was introduced in Hadoop 2.0 and it stands for Yet Another Resource Negotiator • YARN is the cluster resource management layer of Hadoop • Schedules jobs and assigns resources to running applications Memory RAM Network bandwidth Disk IO
  • 64. YARN Architecture Resource ManagerClient Node Manager container App Master App Master container Node Manager Node Manager container container Job Submission Submit job request
  • 66. YARN Architecture Resource ManagerClient Node Manager container container Node Manager Node Manager container container Job Submission Node Status MapReduce Status Submit job request App Master App Master
  • 67. YARN Architecture Resource ManagerClient Node Manager container container Node Manager Node Manager container container Job Submission Node Status MapReduce Status Resource Request Submit job request App Master App Master

Editor's Notes

  1. Style - 01
  2. Style - 01
  3. Style - 01
  4. Style - 01
  5. Style - 01
  6. Style - 01
  7. Style - 01
  8. Style - 01
  9. Style - 01
  10. Style - 01
  11. Style - 01
  12. Style - 01
  13. Style - 01
  14. Style - 01
  15. Style - 01
  16. Style - 01
  17. Style - 01
  18. Style - 01
  19. Style - 01
  20. Style - 01
  21. Style - 01
  22. Style - 01
  23. Style - 01
  24. Style - 01
  25. Style - 01
  26. Style - 01
  27. Style - 01
  28. Style - 01
  29. Style - 01
  30. Style - 01
  31. Style - 01
  32. Style - 01
  33. Style - 01
  34. Style - 01
  35. Style - 01
  36. Style - 01
  37. Style - 01
  38. Style - 01
  39. Style - 01
  40. Style - 01
  41. Style - 01
  42. Style - 01
  43. Style - 01
  44. Style - 01
  45. Style - 01
  46. Style - 01
  47. Style - 01
  48. Style - 01
  49. Style - 01
  50. Style - 01
  51. Style - 01
  52. Style - 01
  53. Style - 01
  54. Style - 01
  55. Style - 01
  56. Style - 01
  57. Style - 01
  58. Style - 01
  59. Style - 01
  60. Style - 01
  61. Style - 01
  62. Style - 01
  63. Style - 01
  64. Style - 01