title: release 0.14.1 available date: 2007-09-04

New features in release 0.14 include:

  • Better checksums in HDFS. Checksums are no longer stored in parallel HDFS files, but are stored directly by datanodes alongside blocks. This is more efficient for the namenode and also improves data integrity.
  • Pipes: A C++ API for MapReduce
  • Eclipse Plugin, including HDFS browsing, job monitoring, etc.
  • File modification times in HDFS.

There are many other improvements, bug fixes, optimizations and new features. Performance and reliability are better than ever.

When upgrading an existing HDFS filesystem to a 0.14.x release from a 0.13.x or earlier release, you should first start HDFS with ‘bin/start-dfs.sh -upgrade’. See the Hadoop 0.14 Upgrade page for details.