releases.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0"?>
  2. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
  3. "http://forrest.apache.org/dtd/document-v20.dtd">
  4. <document>
  5. <header>
  6. <title>Releases</title>
  7. </header>
  8. <body>
  9. <section>
  10. <title>Download</title>
  11. <p>Releases may be downloaded from Apache mirrors.</p>
  12. <p>
  13. <a href="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/">
  14. <strong><strong>Download a release now!</strong></strong></a>
  15. </p>
  16. <p>On the mirror, all recent releases are available, but are not
  17. guaranteed to be stable. For stable releases, look in the stable
  18. directory.
  19. </p>
  20. </section>
  21. <section>
  22. <title>Release Notes</title>
  23. <p>Release notes for Hadoop releases are available in Jira.</p>
  24. <p>
  25. <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
  26. <strong><strong>Browse release notes now!</strong></strong></a>
  27. </p>
  28. </section>
  29. <section>
  30. <title>News</title>
  31. <section>
  32. <title>29 October 2007: release 0.15.0 available </title>
  33. <p>This release contains my improvements, new features, bug
  34. fixes and optimizations.</p>
  35. <p>Notably, this contains the first working version of <a
  36. href="http://wiki.apache.org/lucene-hadoop/Hbase">HBase</a>.</p>
  37. <p>See the release notes (above) for details.</p>
  38. <note>When upgrading an existing HDFS filesystem to a 0.15.x
  39. release from an earlier release, you should first start HDFS
  40. with 'bin/start-dfs.sh -upgrade'. See the <a
  41. href="http://wiki.apache.org/lucene-hadoop/Hadoop_Upgrade">Hadoop
  42. Upgrade</a> page for details.</note>
  43. </section>
  44. <section>
  45. <title>19 October, 2007: release 0.14.3 available </title>
  46. <p>This release fixes critical bugs in release 0.14.2.</p>
  47. </section>
  48. <section>
  49. <title> 4 September, 2007: release 0.14.1 available </title>
  50. <p>New features in release 0.14 include:</p>
  51. <ul>
  52. <li>Better checksums in HDFS. Checksums are no longer
  53. stored in parallel HDFS files, but are stored directly by
  54. datanodes alongside blocks. This is more efficient for the
  55. namenode and also improves data integrity.</li>
  56. <li>Pipes: A C++ API for MapReduce</li>
  57. <li>Eclipse Plugin, including HDFS browsing, job
  58. monitoring, etc.</li>
  59. <li>File modification times in HDFS.</li>
  60. </ul>
  61. <p>There are many other improvements, bug fixes, optimizations
  62. and new features. Performance and reliability are better than
  63. ever.</p>
  64. <note>When upgrading an existing HDFS filesystem to a 0.14.x
  65. release from a 0.13.x or earlier release, you should first
  66. start HDFS with 'bin/start-dfs.sh -upgrade'. See the <a
  67. href="http://wiki.apache.org/lucene-hadoop/Hadoop_0.14_Upgrade">Hadoop
  68. 0.14 Upgrade</a> page for details.</note>
  69. </section>
  70. </section>
  71. </body>
  72. </document>