You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ma...@apache.org on 2011/12/01 06:57:32 UTC

svn commit: r1208961 - /hadoop/common/branches/branch-1.0/src/docs/releasenotes.html

Author: mattf
Date: Thu Dec  1 05:57:31 2011
New Revision: 1208961

URL: http://svn.apache.org/viewvc?rev=1208961&view=rev
Log:
Release notes for 1.0.0

Modified:
    hadoop/common/branches/branch-1.0/src/docs/releasenotes.html

Modified: hadoop/common/branches/branch-1.0/src/docs/releasenotes.html
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.0/src/docs/releasenotes.html?rev=1208961&r1=1208960&r2=1208961&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.0/src/docs/releasenotes.html (original)
+++ hadoop/common/branches/branch-1.0/src/docs/releasenotes.html Thu Dec  1 05:57:31 2011
@@ -125,11 +125,6 @@ Previous hftp feature was a read-only Fi
      <b>Allow HADOOP_HOME deprecated warning suppression based on config specified in hadoop-env.sh</b><br>
      <blockquote>Move suppression check for &quot;Warning: $HADOOP_HOME is deprecated&quot;  to after sourcing of hadoop-env.sh so that people can set HADOOP_HOME_WARN_SUPPRESS inside the config.</blockquote></li>
 
-<li> <a href="https://issues.apache.org/jira/browse/HADOOP-7827">HADOOP-7827</a>.
-     Trivial bug reported by davevr and fixed by davevr <br>
-     <b>jsp pages missing DOCTYPE</b><br>
-     <blockquote>The various jsp pages in the UI are all missing a DOCTYPE declaration.  This causes the pages to render incorrectly on some browsers, such as IE9.  Every UI page should have a valid tag, such as &lt;!DOCTYPE HTML&gt;, as their first line.  There are 31 files that need to be changed, all in the core\src\webapps tree.</blockquote></li>
-
 <li> <a href="https://issues.apache.org/jira/browse/HADOOP-7853">HADOOP-7853</a>.
      Blocker bug reported by daryn and fixed by daryn (security)<br>
      <b>multiple javax security configurations cause conflicts</b><br>
@@ -140,6 +135,16 @@ Previous hftp feature was a read-only Fi
      <b>UGI getCurrentUser is not synchronized</b><br>
      <blockquote>Sporadic {{ConcurrentModificationExceptions}} are originating from {{UGI.getCurrentUser}} when it needs to create a new instance.  The problem was specifically observed in a JT under heavy load when a post-job cleanup is accessing the UGI while a new job is being processed.</blockquote></li>
 
+<li> <a href="https://issues.apache.org/jira/browse/HADOOP-7865">HADOOP-7865</a>.
+     Major bug reported by jnp and fixed by jnp <br>
+     <b>Test Failures in 1.0.0 hdfs/common</b><br>
+     <blockquote>Following tests in hdfs and common are failing<br>1. TestFileAppend2<br>2. TestFileConcurrentReader<br>3. TestDoAsEffectiveUser </blockquote></li>
+
+<li> <a href="https://issues.apache.org/jira/browse/HADOOP-7869">HADOOP-7869</a>.
+     Critical bug reported by owen.omalley and fixed by owen.omalley (scripts)<br>
+     <b>HADOOP_HOME warning happens all of the time</b><br>
+     <blockquote>With HADOOP-7816, the check for HADOOP_HOME has moved after it is set by hadoop-config so that it always happens unless HADOOP_HOME_WARN_SUPPRESS is set in hadoop-env or the environment.</blockquote></li>
+
 <li> <a href="https://issues.apache.org/jira/browse/HDFS-611">HDFS-611</a>.
      Major bug reported by dhruba and fixed by zshao (data-node)<br>
      <b>Heartbeats times from Datanodes increase when there are plenty of blocks to delete</b><br>
@@ -250,6 +255,11 @@ Previous hftp feature was a read-only Fi
      <b>Some links in WebHDFS forrest doc do not work</b><br>
      <blockquote>Some links are pointing to DistributedFileSystem javadoc but the javadoc of DistributedFileSystem is not generated by default.</blockquote></li>
 
+<li> <a href="https://issues.apache.org/jira/browse/HDFS-2604">HDFS-2604</a>.
+     Minor improvement reported by szetszwo and fixed by szetszwo (data-node, documentation, name-node)<br>
+     <b>Add a log message to show if WebHDFS is enabled</b><br>
+     <blockquote>WebHDFS can be enabled/disabled by the conf key {{dfs.webhdfs.enabled}}.  Let&apos;s add a log message to show if it is enabled.</blockquote></li>
+
 <li> <a href="https://issues.apache.org/jira/browse/MAPREDUCE-3169">MAPREDUCE-3169</a>.
      Major improvement reported by tlipcon and fixed by ahmed.radwan (mrv1, mrv2, test)<br>
      <b>Create a new MiniMRCluster equivalent which only provides client APIs cross MR1 and MR2</b><br>
@@ -260,6 +270,10 @@ Previous hftp feature was a read-only Fi
      <b>src/c++/task-controller/configure is not set executable in the tarball and that prevents task-controller from rebuilding</b><br>
      <blockquote>ant task-controller fails because src/c++/task-controller/configure is not set executable</blockquote></li>
 
+<li> <a href="https://issues.apache.org/jira/browse/MAPREDUCE-3480">MAPREDUCE-3480</a>.
+     Major bug reported by jnp and fixed by jnp <br>
+     <b>TestJvmReuse fails in 1.0</b><br>
+     <blockquote>TestJvmReuse is failing in apache builds, although it passes in my local machine.</blockquote></li>
 
 </ul>