This document discusses security issues with Hadoop and available solutions. It identifies vulnerabilities in Hadoop including lack of authentication, unsecured data in transit, and unencrypted data at rest. It describes current solutions like Kerberos for authentication, SASL for encrypting data in motion, and encryption zones for encrypting data at rest. However, it notes limitations of encryption zones for processing encrypted data efficiently with MapReduce. It proposes a novel method for large scale encryption that can securely process encrypted data in Hadoop.