Author: omalley Date: Mon Aug 6 16:30:27 2007 New Revision: 563334 URL: http://svn.apache.org/viewvc?view=rev&rev=563334 Log: Minor formatting change for HADOOP-1553.
Modified: lucene/hadoop/branches/branch-0.14/CHANGES.txt Modified: lucene/hadoop/branches/branch-0.14/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/branches/branch-0.14/CHANGES.txt?view=diff&rev=563334&r1=563333&r2=563334 ============================================================================== --- lucene/hadoop/branches/branch-0.14/CHANGES.txt (original) +++ lucene/hadoop/branches/branch-0.14/CHANGES.txt Mon Aug 6 16:30:27 2007 @@ -429,9 +429,9 @@ 143. HADOOP-1553. Replace user task output and log capture code to use shell redirection instead of copier threads in the TaskTracker. Capping the - size of the output is now done via tail in memory and thus should not be large. - The output of the tasklog servlet is not forced into UTF8 and is not - buffered entirely in memory. (omalley) + size of the output is now done via tail in memory and thus should not be + large. The output of the tasklog servlet is not forced into UTF8 and is + not buffered entirely in memory. (omalley) Configuration changes to hadoop-default.xml: remove mapred.userlog.num.splits remove mapred.userlog.purge.splits