Skip to main content

13 posts tagged with "HDFS"

Hadoop Distributed File System

View All Tags

Hadoop YARN Architecture Explained: Components, Workflow, and How It Works

· 7 min read
Bryan
Big Data Practitioner

YARN — short for "Yet Another Resource Negotiator" — is the layer that turned Hadoop from a single-purpose MapReduce engine into a general-purpose cluster operating system. Introduced in Hadoop 2.0, it pulled resource management out of MapReduce and made it a service in its own right, so Spark, Flink, Tez, and batch MapReduce could all share the same cluster.

This guide breaks down the YARN architecture in plain terms: the daemons that run it, how a job flows through the system from submission to shutdown, and the real-world strengths and trade-offs of running YARN.

What Is Hadoop? A Plain-English Guide to Big Data's Foundational Framework

· 9 min read
Bryan
Big Data Practitioner

Apache Hadoop is an open-source framework that stores and processes enormous datasets by spreading the work across a cluster of ordinary computers instead of relying on one expensive machine. If a single server would buckle under the volume, Hadoop splits the data into pieces, hands each piece to a different node, and lets them all work in parallel.

This guide explains what Hadoop is in plain language: where it came from, the four components that make it tick, what people actually use it for, its strengths and weaknesses, and a practical path to learning it in 2026.

GFS vs HDFS: How Google's File System Shaped Hadoop Storage

· 9 min read
Hadoop.so Editorial Team
Big Data Engineers

Every modern big data platform owes a debt to one 2003 research paper. When Google published The Google File System, it described how to store petabytes of data reliably on top of cheap, failure-prone commodity machines. That paper directly inspired the Hadoop Distributed File System (HDFS), the storage layer that launched the open-source big data movement. Understanding GFS vs HDFS is the fastest way to understand why distributed storage looks the way it does today.

Hadoop 3 Features and Enhancements: A Deep Dive (2026)

· 12 min read
Hadoop.so Editorial Team
Big Data Engineers

Apache Hadoop 3 was the first release in nearly a decade that made operators rethink how they buy storage. Erasure coding cut disk overhead from 200% to 50%. The NameNode HA cap doubled, then more. The MapReduce shuffle path moved into native code. YARN learned to manage long-running services and Docker workloads. And every default port that lived in the Linux ephemeral range was moved out of it.

Several years after the 3.0 GA, Hadoop 3.3 and 3.4 lines are the de-facto on-prem standard, and most cloud Hadoop distributions (EMR, Dataproc, HDInsight, CDP) ship a 3.x core. This deep dive walks through every major feature in the Hadoop 3 line — what changed, why it matters, and where the tradeoffs hide — and ends with a side-by-side Hadoop 2.x vs 3.x comparison table.

Data Quality Is the Real Big Data Strategy: Why Your Pipelines Are Only as Good as Your Data

· 11 min read
Hadoop.so Editorial Team
Big Data Engineers

Every organization building a big data platform eventually faces the same wall. The cluster is running. The pipelines are flowing. The dashboards are rendering. And yet the business doesn't trust the numbers.

Data engineers spend their days rebuilding queries that produce subtly wrong results. Analysts add footnotes to every report. Leadership qualifies every AI-generated recommendation with "take this with a grain of salt." The infrastructure investment is real, but the returns are phantom.

The root cause is almost always the same: data quality was treated as a downstream concern when it should have been an upstream strategy.

Why Hadoop Is Declining: 10 Reasons Enterprises Are Moving On

· 11 min read
Hadoop.so Editorial Team
Big Data Engineers

Apache Hadoop defined the first decade of enterprise big data. It gave organizations a way to store and process datasets too large for any single machine, running on cheap commodity hardware with no licensing costs. For a window between roughly 2010 and 2017, it was the default answer to almost every large-scale data problem.

That window has closed. The data landscape today looks nothing like the one Hadoop was built for, and many organizations are discovering that maintaining aging Hadoop infrastructure is costing them more — in time, money, and missed opportunities — than migrating to something newer.

How Hadoop Software Powers Big Data Analytics: Architecture, Benefits, and Industry Use Cases

· 19 min read
Hadoop.so Editorial Team
Big Data Engineers

Every two days, the world generates as much data as was created in all of human history up to 2003. Social media activity, IoT sensors, financial transactions, medical devices, logistics telemetry — data now flows from every corner of modern operations. The question is no longer whether organizations have data, but whether they have the infrastructure to turn it into decisions.

Apache Hadoop has been the answer to that question for over a decade. Originally built to index the entire web, Hadoop evolved into the foundational platform for distributed big data processing — a framework that lets organizations store and analyze datasets that would overwhelm any single server, without needing expensive proprietary hardware.

This guide explains how Hadoop software works under the hood, what makes it uniquely suited for large-scale analytics, and how organizations across banking, healthcare, logistics, and media are using it today.