1
0
فهرست منبع

Preparing for 0.14.1 candidate build.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@571287 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 18 سال پیش
والد
کامیت
dea2bebb07
4فایلهای تغییر یافته به همراه89 افزوده شده و 112 حذف شده
  1. 2 1
      CHANGES.txt
  2. 42 40
      docs/releases.html
  3. 5 38
      docs/releases.pdf
  4. 40 33
      src/docs/src/documentation/content/xdocs/releases.xml

+ 2 - 1
CHANGES.txt

@@ -139,7 +139,8 @@ Trunk (unreleased changes)
     port.  Also switch default address for umbilical connections to
     loopback.  (cutting)
 
-Release 0.14.1 - (unreleased)
+
+Release 0.14.1 - 2007-09-04
 
   BUG FIXES
 

+ 42 - 40
docs/releases.html

@@ -182,23 +182,14 @@ document.write("Last Published: " + document.lastModified);
 <a href="#News">News</a>
 <ul class="minitoc">
 <li>
-<a href="#25+July%2C+2007%3A+release+0.13.1+available">25 July, 2007: release 0.13.1 available</a>
+<a href="#4+September%2C+2007%3A+release+0.14.1+available"> 4 September, 2007: release 0.14.1 available </a>
 </li>
 <li>
-<a href="#8+June%2C+2007%3A+release+0.13.0+available"> 8 June, 2007: release 0.13.0 available </a>
+<a href="#25+July%2C+2007%3A+release+0.13.1+available">25 July, 2007: release 0.13.1 available</a>
 </li>
 <li>
 <a href="#8+June%2C+2006%3A"> 8 June, 2006: FAQ added to Wiki </a>
 </li>
-<li>
-<a href="#5+May%2C+2006%3A+release+0.2.0+available"> 5 May, 2006: release 0.2.0 available </a>
-</li>
-<li>
-<a href="#6+February%2C+2006%3A+nightly+builds"> 6 February, 2006: nightly builds </a>
-</li>
-<li>
-<a href="#3+February%2C+2006%3A+Hadoop+code+moved+out+of+Nutch"> 3 February, 2006: Hadoop code moved out of Nutch </a>
-</li>
 </ul>
 </li>
 </ul>
@@ -238,46 +229,57 @@ document.write("Last Published: " + document.lastModified);
 <a name="N10037"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N1003D"></a><a name="25+July%2C+2007%3A+release+0.13.1+available"></a>
+<a name="N1003D"></a><a name="4+September%2C+2007%3A+release+0.14.1+available"></a>
+<h3 class="h4"> 4 September, 2007: release 0.14.1 available </h3>
+<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>
+<div class="note">
+<div class="label">Note</div>
+<div class="content">When upgrading an existing HDFS filesystem to this
+	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.</div>
+</div>
+<a name="N10060"></a><a name="25+July%2C+2007%3A+release+0.13.1+available"></a>
 <h3 class="h4">25 July, 2007: release 0.13.1 available</h3>
-<p>This fixes critical bugs in the 0.13.0 release.</p>
-<a name="N10047"></a><a name="8+June%2C+2007%3A+release+0.13.0+available"></a>
-<h3 class="h4"> 8 June, 2007: release 0.13.0 available </h3>
 <p>
-        In addition to new features, this release contains significant performance and reliability improvements.
-        For example, MapReduce sort performance on large clusters has <a href="http://wiki.apache.org/lucene-hadoop-data/attachments/FAQ/attachments/sort900-20070607.png">doubled</a>.
+        In addition to new features, release 0.13 contains significant
+        performance and reliability improvements.  For example,
+        MapReduce sort performance on large clusters has <a href="http://wiki.apache.org/lucene-hadoop-data/attachments/FAQ/attachments/sort900-20070607.png">doubled</a>.
         </p>
 <div class="note">
 <div class="label">Note</div>
 <div class="content">
-        When upgrading an existing <acronym title="Hadoop Distributed File System">HDFS</acronym> filesystem to this release, you should first start HDFS with <span class="codefrag">bin/start-dfs.sh -upgrade</span>
-        which makes it possible to revert the upgrade. For more information on this issue, see <a href="https://issues.apache.org/jira/browse/HADOOP-702#action_12482953">HADOOP-702</a>. 
-        </div>
+        When upgrading an existing <acronym title="Hadoop Distributed File System">HDFS</acronym> filesystem to this release, you
+	should first start HDFS with <span class="codefrag">bin/start-dfs.sh
+	-upgrade</span>. See the <a href="http://wiki.apache.org/lucene-hadoop/Hadoop_Upgrade">Hadoop
+	Upgrade</a> page for details.  </div>
 </div>
-<a name="N10063"></a><a name="8+June%2C+2006%3A"></a>
+<a name="N1007C"></a><a name="8+June%2C+2006%3A"></a>
 <h3 class="h4"> 8 June, 2006: FAQ added to Wiki </h3>
 <p>
         Hadoop now has a <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>. Please help make this more complete!
         </p>
-<a name="N10075"></a><a name="5+May%2C+2006%3A+release+0.2.0+available"></a>
-<h3 class="h4"> 5 May, 2006: release 0.2.0 available </h3>
-<p>
-        We are now aiming for monthly releases. There have been many bug fixes and improvements in the past month.
-        MapReduce and DFS are now fairly reliable on clusters with up to 200 nodes.
-        </p>
-<a name="N1007F"></a><a name="6+February%2C+2006%3A+nightly+builds"></a>
-<h3 class="h4"> 6 February, 2006: nightly builds </h3>
-<p>
-        Hadoop now has nightly builds. This automatically creates a <a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">downloadable version of Hadoop every night</a>.
-        All unit tests must pass, or a message is sent to the developers mailing list and no new version is created.
-        This also updates the <a href="http://lucene.apache.org/hadoop/api/index.html">javadoc</a>.
-        </p>
-<a name="N10091"></a><a name="3+February%2C+2006%3A+Hadoop+code+moved+out+of+Nutch"></a>
-<h3 class="h4"> 3 February, 2006: Hadoop code moved out of Nutch </h3>
-<p>
-        The Hadoop code has now been moved into its own Subversion tree, renamed into packages under org.apache.hadoop.
-        All unit tests pass, but little else has yet been tested.
-        </p>
 </div>
 
   

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 5 - 38
docs/releases.pdf


+ 40 - 33
src/docs/src/documentation/content/xdocs/releases.xml

@@ -44,51 +44,58 @@
       <title>News</title>
 
       <section>
-      <title>25 July, 2007: release 0.13.1 available</title>
-      <p>This fixes critical bugs in the 0.13.0 release.</p>
-      </section>
+        <title> 4 September, 2007: release 0.14.1 available </title>
+	<p>New features in release 0.14 include:</p>
 
-      <section>
-        <title> 8 June, 2007: release 0.13.0 available </title>
-        <p>
-        In addition to new features, this release contains significant performance and reliability improvements.
-        For example, MapReduce sort performance on large clusters has <a href="http://wiki.apache.org/lucene-hadoop-data/attachments/FAQ/attachments/sort900-20070607.png">doubled</a>.
-        </p>
-        <note>
-        When upgrading an existing <acronym title="Hadoop Distributed File System">HDFS</acronym> filesystem to this release, you should first start HDFS with <code>bin/start-dfs.sh -upgrade</code>
-        which makes it possible to revert the upgrade. For more information on this issue, see <a href="https://issues.apache.org/jira/browse/HADOOP-702#action_12482953">HADOOP-702</a>. 
-        </note>
-      </section>
+	<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>
 
-      <section>
-        <title> 8 June, 2006: <acronym title="Frequently Asked Questions">FAQ</acronym> added to Wiki </title>
-        <p>
-        Hadoop now has a <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>. Please help make this more complete!
-        </p>
-      </section>
+	  <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 this
+	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>
-        <title> 5 May, 2006: release 0.2.0 available </title>
-        <p>
-        We are now aiming for monthly releases. There have been many bug fixes and improvements in the past month.
-        MapReduce and DFS are now fairly reliable on clusters with up to 200 nodes.
-        </p>
       </section>
 
       <section>
-        <title> 6 February, 2006: nightly builds </title>
+      <title>25 July, 2007: release 0.13.1 available</title>
         <p>
-        Hadoop now has nightly builds. This automatically creates a <a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">downloadable version of Hadoop every night</a>.
-        All unit tests must pass, or a message is sent to the developers mailing list and no new version is created.
-        This also updates the <a href="http://lucene.apache.org/hadoop/api/index.html">javadoc</a>.
+        In addition to new features, release 0.13 contains significant
+        performance and reliability improvements.  For example,
+        MapReduce sort performance on large clusters has <a
+        href="http://wiki.apache.org/lucene-hadoop-data/attachments/FAQ/attachments/sort900-20070607.png">doubled</a>.
         </p>
+
+        <note>
+        When upgrading an existing <acronym title="Hadoop Distributed
+	File System">HDFS</acronym> filesystem to this release, you
+	should first start HDFS with <code>bin/start-dfs.sh
+	-upgrade</code>. See the <a
+	href="http://wiki.apache.org/lucene-hadoop/Hadoop_Upgrade">Hadoop
+	Upgrade</a> page for details.  </note>
+
       </section>
 
       <section>
-        <title> 3 February, 2006: Hadoop code moved out of Nutch </title>
+        <title> 8 June, 2006: <acronym title="Frequently Asked Questions">FAQ</acronym> added to Wiki </title>
         <p>
-        The Hadoop code has now been moved into its own Subversion tree, renamed into packages under org.apache.hadoop.
-        All unit tests pass, but little else has yet been tested.
+        Hadoop now has a <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>. Please help make this more complete!
         </p>
       </section>
      

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است