The document provides an overview of new features in HDFS in Hadoop 2, including:
- A new appendable write pipeline that allows files to be reopened for append and provides primitives like hflush and hsync.
- Support for multiple namenode federation to improve scalability and isolate namespaces.
- Namenode high availability using techniques like ZooKeeper and a quorum journal manager to avoid single points of failure.
- A new file system snapshots feature that allows point-in-time recovery through copy-on-write snapshots without data copying.