Author: omalley
Date: Sat Jul 19 10:53:02 2008
New Revision: 678194
URL: http://svn.apache.org/viewvc?rev=678194&view=rev
Log:
HADOOP-3412. Missed CHANGES.txt.
Modified:
hadoop/core/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=678194&r1=678193&r2=678194&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Sat Jul 19 10:53:02 2008
@@ -97,6 +97,9 @@
makes the spill thread persistent so as to avoid creating a new one for
each spill. (Chris Douglas via acmurthy)
+ HADOOP-3412. Factor the scheduler out of the JobTracker and make
+ it pluggable. (Tom White and Brice Arnould via omalley)
+
OPTIMIZATIONS
HADOOP-3556. Removed lock contention in MD5Hash by changing the