Browse Source

Updated change log with recent changes.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@393877 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 19 years ago
parent
commit
3b7d6fd20c
1 changed files with 12 additions and 0 deletions
  1. 12 0
      CHANGES.txt

+ 12 - 0
CHANGES.txt

@@ -9,6 +9,18 @@ Trunk (unreleased)
  2. Fix HADOOP-51. Change DFS to support per-file replication counts.
     (Konstantin Shvachko via cutting)
 
+ 3. Fix HADOOP-131.  Add scripts to start/stop dfs and mapred daemons.
+    Use these in start/stop-all scripts.  (Chris Mattmann via cutting)
+
+ 4. Stop using ssh options by default that are not yet in widely used
+    versions of ssh.  Folks can still enable their use by uncommenting
+    a line in conf/hadoop-env.sh. (cutting)
+
+ 5. Fix HADOOP-92.  Show information about all attempts to run each
+    task in the web ui.  (Mahadev konar via cutting)
+
+ 6. Fix HADOOP-128.  Improved DFS error handling. (Owen O'Malley via cutting)
+
 
 Release 0.1.1 - 2006-04-08