123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0"?>
- <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
- "http://forrest.apache.org/dtd/document-v20.dtd">
- <document>
- <header>
- <title>Releases</title>
- </header>
- <body>
- <section>
- <title>Download</title>
- <p>Releases may be downloaded from Apache mirrors.</p>
- <p>
- <a href="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/">
- <strong><strong>Download a release now!</strong></strong></a>
- </p>
- <p>On the mirror, all recent releases are available, but are not
- guaranteed to be stable. For stable releases, look in the stable
- directory.
- </p>
- </section>
- <section>
- <title>Release Notes</title>
- <p>Release notes for Hadoop releases are available in Jira.</p>
- <p>
- <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
- <strong><strong>Browse release notes now!</strong></strong></a>
- </p>
- </section>
- <section>
- <title>News</title>
- <section>
- <title>29 October 2007: release 0.15.0 available </title>
- <p>This release contains my improvements, new features, bug
- fixes and optimizations.</p>
- <p>Notably, this contains the first working version of <a
- href="http://wiki.apache.org/lucene-hadoop/Hbase">HBase</a>.</p>
- <p>See the release notes (above) for details.</p>
- <note>When upgrading an existing HDFS filesystem to a 0.15.x
- release from an earlier release, you should first start HDFS
- with 'bin/start-dfs.sh -upgrade'. See the <a
- href="http://wiki.apache.org/lucene-hadoop/Hadoop_Upgrade">Hadoop
- Upgrade</a> page for details.</note>
- </section>
- <section>
- <title>19 October, 2007: release 0.14.3 available </title>
- <p>This release fixes critical bugs in release 0.14.2.</p>
- </section>
- <section>
- <title> 4 September, 2007: release 0.14.1 available </title>
- <p>New features in release 0.14 include:</p>
- <ul>
- <li>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.</li>
- <li>Pipes: A C++ API for MapReduce</li>
- <li>Eclipse Plugin, including HDFS browsing, job
- monitoring, etc.</li>
- <li>File modification times in HDFS.</li>
- </ul>
- <p>There are many other improvements, bug fixes, optimizations
- and new features. Performance and reliability are better than
- ever.</p>
- <note>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 <a
- href="http://wiki.apache.org/lucene-hadoop/Hadoop_0.14_Upgrade">Hadoop
- 0.14 Upgrade</a> page for details.</note>
- </section>
-
- </section>
- </body>
- </document>
|