Преглед на файлове

Preparing for release 0.20.3

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20@1055647 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley преди 14 години
родител
ревизия
151267adda
променени са 3 файла, в които са добавени 56 реда и са изтрити 4 реда
  1. 9 1
      CHANGES.txt
  2. 1 1
      build.xml
  3. 46 2
      src/docs/releasenotes.html

+ 9 - 1
CHANGES.txt

@@ -1,6 +1,14 @@
 Hadoop Change Log
 Hadoop Change Log
 
 
-Release 0.20.3 - Unreleased
+Release 0.20.4 - Unreleased
+
+  NEW FEATURES
+
+  BUG FIXES
+
+  IMPROVEMENTS
+
+Release 0.20.3 - 2011-1-5
 
 
   NEW FEATURES
   NEW FEATURES
 
 

+ 1 - 1
build.xml

@@ -28,7 +28,7 @@
  
  
   <property name="Name" value="Hadoop"/>
   <property name="Name" value="Hadoop"/>
   <property name="name" value="hadoop"/>
   <property name="name" value="hadoop"/>
-  <property name="version" value="0.20.3-SNAPSHOT"/>
+  <property name="version" value="0.20.4-SNAPSHOT"/>
   <property name="final.name" value="${name}-${version}"/>
   <property name="final.name" value="${name}-${version}"/>
   <property name="year" value="2009"/>
   <property name="year" value="2009"/>
   
   

+ 46 - 2
src/docs/releasenotes.html

@@ -2,7 +2,7 @@
 <html>
 <html>
 <head>
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Hadoop 0.20.2 Release Notes</title>
+<title>Hadoop 0.20.3 Release Notes</title>
 <STYLE type="text/css">
 <STYLE type="text/css">
 		H1 {font-family: sans-serif}
 		H1 {font-family: sans-serif}
 		H2 {font-family: sans-serif; margin-left: 7mm}
 		H2 {font-family: sans-serif; margin-left: 7mm}
@@ -10,11 +10,55 @@
 	</STYLE>
 	</STYLE>
 </head>
 </head>
 <body>
 <body>
-<h1>Hadoop 0.20.2 Release Notes</h1>
+<h1>Hadoop 0.20.3 Release Notes</h1>
 		These release notes include new developer and user-facing incompatibilities, features, and major improvements. The table below is sorted by Component.
 		These release notes include new developer and user-facing incompatibilities, features, and major improvements. The table below is sorted by Component.
 
 
 
 
 <a name="changes"></a>
 <a name="changes"></a>
+<h2>Changes Since Hadoop 0.20.2</h2>
+            
+<h3>Bug</h3>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6485'>HADOOP-6485</a>] - Trash fails on Windows</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6602'>HADOOP-6602</a>] - ClassLoader (Configuration#setClassLoader) in new Job API (0.20) does not work</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6625'>HADOOP-6625</a>] - Hadoop 0.20 doesn't generate hadoop-test pom, existing pom has bad dependencies, doesnt build javadoc,sources jar</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6665'>HADOOP-6665</a>] - DFSadmin commands setQuota and setSpaceQuota allowed when NameNode is in safemode.  </li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6688'>HADOOP-6688</a>] - FileSystem.delete(...) implementations should not throw FileNotFoundException</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6701'>HADOOP-6701</a>] -  Incorrect exit codes for "dfs -chown", "dfs -chgrp" - <b>Release Comment</b>: Commands chmod, chown and chgrp now returns non zero exit code and an error message on failure instead of returning zero.</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6702'>HADOOP-6702</a>] - Incorrect exit codes for "dfs -chown", "dfs -chgrp"  when input is given in wildcard format.</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6724'>HADOOP-6724</a>] - IPC doesn't properly handle IOEs thrown by socket factory</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6760'>HADOOP-6760</a>] - WebServer shouldn't increase port number in case of negative port setting caused by Jetty's race</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6808'>HADOOP-6808</a>] - Document steps to enable {File|Ganglia}Context for kerberos metrics</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6833'>HADOOP-6833</a>] - IPC leaks call parameters when exceptions thrown</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6848'>HADOOP-6848</a>] - FsShell have resource leak</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6881'>HADOOP-6881</a>] - The efficient comparators aren't always used except for BytesWritable and Text</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6923'>HADOOP-6923</a>] - Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6924'>HADOOP-6924</a>] - Build fails with non-Sun JREs due to different pathing to the operating system architecture shared libraries</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6928'>HADOOP-6928</a>] - Fix BooleanWritable comparator in 0.20</li>
+</ul>
+    
+<h3>Improvement</h3>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6574'>HADOOP-6574</a>] - Commit HADOOP-6414:Add command line help for -expunge command.    to Hadoop 0.20 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6816'>HADOOP-6816</a>] - enhance FsShell.dus() to include sum of totalSize</li>
+</ul>
+    
+<h3>New Feature</h3>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6382'>HADOOP-6382</a>] - publish hadoop jars to apache mvn repo. - <b>Release Comment</b>: The hadoop jars are renamed  from previous hadoop-<version>-<name>.jar to hadoop-<name>-<version>.jar. Applications and documentation need to be updated to use the new file naming scheme. </li>
+</ul>
+                    
+<h3>Task</h3>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6844'>HADOOP-6844</a>] - Update docs to reflect new jar names</li>
+</ul>
+        
+<h3>Test</h3>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/HADOOP-6637'>HADOOP-6637</a>] - Benchmark overhead of RPC session establishment </li>
+</ul>
+        
+
 <h2>Changes Since Hadoop 0.20.1</h2>
 <h2>Changes Since Hadoop 0.20.1</h2>
 
 
 <h3>Common</h3>
 <h3>Common</h3>