0
0
Hadoopdata~5 mins

What is Hadoop - Quick Revision & Key Takeaways

Choose your learning style9 modes available
Recall & Review
beginner
What is Hadoop?
Hadoop is a free software framework that helps store and process very large data sets across many computers in a simple and efficient way.
Click to reveal answer
beginner
What are the main components of Hadoop?
The main parts are HDFS (Hadoop Distributed File System) for storing data, and MapReduce for processing data in parallel.
Click to reveal answer
beginner
Why do we use Hadoop?
We use Hadoop to handle huge amounts of data that normal computers cannot process easily, by spreading the work across many machines.
Click to reveal answer
beginner
What is HDFS in Hadoop?
HDFS is a system that splits big files into smaller pieces and saves them on many computers to keep data safe and easy to access.
Click to reveal answer
beginner
What does MapReduce do in Hadoop?
MapReduce breaks down data tasks into small parts, processes them on many computers at once, and then combines the results.
Click to reveal answer
What is the main purpose of Hadoop?
ATo create websites
BTo store and process large data sets across many computers
CTo design mobile apps
DTo edit videos
Which component of Hadoop stores data?
AMapReduce
BYARN
CHive
DHDFS
What does MapReduce do?
AStores data
BManages user access
CProcesses data in parallel
DVisualizes data
Why is Hadoop useful for big data?
AIt spreads data and tasks across many computers
BIt only works with small data sets
CIt compresses data into small files
DIt uses one powerful computer
Which of these is NOT a Hadoop component?
ASQL Server
BMapReduce
CHDFS
DYARN
Explain what Hadoop is and why it is important for handling big data.
Think about how big data is too large for one computer.
You got /4 concepts.
    Describe the roles of HDFS and MapReduce in Hadoop.
    One part saves data, the other works on data.
    You got /4 concepts.