The document describes the key limitations of Hadoop 1.x including single point of failure of the NameNode, lack of horizontal scalability, and the JobTracker being overburdened. It then discusses how Hadoop 2.0 addresses these issues through features like HDFS federation for multiple NameNodes, NameNode high availability, and YARN which replaces MapReduce and allows sharing of cluster resources for various workloads.