Making Apache Hadoop Secure summarizes how Yahoo! implemented security features in Apache Hadoop, including authentication using Kerberos, authorization with access control lists, and auditing of user activity. It addresses the challenges of securing a distributed system where tasks run on behalf of users. Key points are integrating Hadoop with Kerberos for authentication, adding ACLs for authorization in HDFS and MapReduce, and using delegation tokens and task isolation for secure job execution.