Explorar el Código

Added missing attribution of HADOOP-1274 to Amareshwari Sri Ramadasu.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@597144 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy hace 18 años
padre
commit
8d95822650
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      CHANGES.txt

+ 1 - 0
CHANGES.txt

@@ -58,6 +58,7 @@ Trunk (unreleased changes)
       add mapred.tasktracker.map.tasks.maximum (default value of 2)
       add mapred.tasktracker.reduce.tasks.maximum (default value of 2)
       remove mapred.tasktracker.tasks.maximum (deprecated for 0.16.0)
+    (Amareshwari Sri Ramadasu via acmurthy) 
 
     HADOOP-2104. Adds a description to the ant targets. This makes the 
     output of "ant -projecthelp" sensible. (Chris Douglas via ddas)