Author: omalley Date: Mon Aug 6 16:25:03 2007 New Revision: 563332 URL: http://svn.apache.org/viewvc?view=rev&rev=563332 Log: Minor format changes from HADOOP-1553.
Modified: lucene/hadoop/trunk/CHANGES.txt Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=563332&r1=563331&r2=563332 ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Mon Aug 6 16:25:03 2007 @@ -463,9 +463,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