浏览代码

Minor format changes from HADOOP-1553.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@563332 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley 18 年之前
父节点
当前提交
58c68115a9
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -463,9 +463,9 @@ Branch 0.14 (unreleased changes)
 
 
 143. HADOOP-1553.  Replace user task output and log capture code to use shell
 143. HADOOP-1553.  Replace user task output and log capture code to use shell
      redirection instead of copier threads in the TaskTracker. Capping the
      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:
      Configuration changes to hadoop-default.xml:
        remove mapred.userlog.num.splits
        remove mapred.userlog.num.splits
        remove mapred.userlog.purge.splits
        remove mapred.userlog.purge.splits