RTUComputer ScienceYr 2025 · Sem 72025

Q2Internet of Things

Question

2 marks

What is Apache Hadoop?

Answer

Apache Hadoop is an open-source, massive distributed processing architecture designed to mathematically distribute and process Petabytes of IoT data across thousands of commodity servers.

Hadoop absolutely destroys the physical limitations of single-server databases. It utilizes the Hadoop Distributed File System (HDFS) to violently chop massive IoT datasets (like billions of sensor readings) into chunks, and uses the MapReduce algorithm to process them in parallel across a massive cluster of dumb physical nodes.

Back to Paper