This document provides an introduction to the Hadoop ecosystem. It discusses data storage with HDFS and data processing with MapReduce. It also describes higher-level tools like Pig and Hive that provide interfaces for data analysis. Pig uses a language called Pig Latin to analyze data in Hadoop, while Hive provides an SQL-like interface. These tools sit on top of core Hadoop components to simplify big data workflows.