1. The document provides an overview of tools for effective map reducing, including vanilla MapReduce, Pig, Hive, Scala, and Scalding.
2. It recommends using higher-level abstractions like distributed lists, objects instead of tuples, and reusable reductions like monoids.
3. Scalding and Scoobi, which use Scala and monoids, are presented as effective tools that provide benefits like type checking, clarity through collections operations, and increased productivity.