Browse Source

HADOOP-2516. Moved message for HADOOP-1819 to incompatible changes in change
log. (omalley)


git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@611903 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 17 years ago
parent
commit
7a2c1d0df9
1 changed files with 7 additions and 5 deletions
  1. 7 5
      CHANGES.txt

+ 7 - 5
CHANGES.txt

@@ -584,6 +584,13 @@ Release 0.15.0 - 2007-11-2
     and codec, independent of the final output's compression
     and codec, independent of the final output's compression
     parameters.  (Arun C Murthy via cutting)
     parameters.  (Arun C Murthy via cutting)
 
 
+    HADOOP-1819.  Jobtracker cleanups, including binding ports before
+    clearing state directories, so that inadvertently starting a
+    second jobtracker doesn't trash one that's already running. Removed
+    method JobTracker.getTracker() because the static variable, which
+    stored the value caused initialization problems.
+    (omalley via cutting)
+
   NEW FEATURES
   NEW FEATURES
 
 
     HADOOP-89.  A client can access file data even before the creator
     HADOOP-89.  A client can access file data even before the creator
@@ -967,11 +974,6 @@ Release 0.15.0 - 2007-11-2
     HADOOP-1718.  Add ant targets for measuring code coverage with clover.
     HADOOP-1718.  Add ant targets for measuring code coverage with clover.
     (simonwillnauer via nigel)
     (simonwillnauer via nigel)
 
 
-    HADOOP-1819.  Jobtracker cleanups, including binding ports before
-    clearing state directories, so that inadvertently starting a
-    second jobtracker doesn't trash one that's already running.
-    (omalley via cutting)
-
     HADOOP-1592.  Log error messages to the client console when tasks
     HADOOP-1592.  Log error messages to the client console when tasks
     fail.  (Amar Kamat via cutting)
     fail.  (Amar Kamat via cutting)