Tag: #mapreduce
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
Revisiting Hadoop Architecture — HDFS, YARN, and Beyond
A diagram-driven walkthrough of Hadoop core internals — HDFS, YARN, and how MapReduce works. We look at how Hadoop role has shifted in the era of object storage, the cloud, and the lakehouse, and how we should understand
2026-06-27 · 30 min read #hadoop#hdfs#yarn#mapreduce#lakehouseHadoop Ecosystem Operations Guide: HDFS, YARN, and MapReduce Operational Standards
Practical operational standards for running Hadoop clusters: HDFS capacity management, YARN queue design, MapReduce job tuning, monitoring, and troubleshooting.
2026-03-08 · 20 min read #hadoop#hdfs#yarn#mapreduce#databaseHadoop Ecosystem Practical Guide: HDFS, MapReduce, and YARN Core Concepts
A comprehensive guide covering the architecture and internals of Hadoop's core components -- HDFS, MapReduce, and YARN -- along with practical operational know-how from cluster setup to performance tuning and monitoring.
2026-03-08 · 14 min read #hadoop#hdfs#mapreduce#yarn#big-dataRunning Hadoop MapReduce WordCount
Learn how to run Word Count, a representative example using the Hadoop MapReduce framework.
2022-11-20 · 6 min read #hadoop#mapreduce