浏览代码

Update CHANGES.txt for recent commits to branch-2.6.

Jason Lowe 9 年之前
父节点
当前提交
aa2009c37b
共有 2 个文件被更改,包括 11 次插入0 次删除
  1. 8 0
      hadoop-mapreduce-project/CHANGES.txt
  2. 3 0
      hadoop-yarn-project/CHANGES.txt

+ 8 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -951,6 +951,14 @@ Release 2.6.3 - UNRELEASED
     MAPREDUCE-6377. JHS sorting on state column not working in webUi.
     (zhihai xu via devaraj)
 
+    MAPREDUCE-5948. org.apache.hadoop.mapred.LineRecordReader does not handle
+    multibyte record delimiters well (Vinayakumar B, Rushabh Shah, and Akira
+    AJISAKA via jlowe)
+
+    MAPREDUCE-6481. LineRecordReader may give incomplete record and wrong
+    position/key information for uncompressed input sometimes. (Zhihai Xu via
+    jlowe)
+
 Release 2.6.2 - 2015-10-28
 
   INCOMPATIBLE CHANGES

+ 3 - 0
hadoop-yarn-project/CHANGES.txt

@@ -1942,6 +1942,9 @@ Release 2.6.3 - UNRELEASED
     YARN-4344. NMs reconnecting with changed capabilities can lead to wrong
     cluster resource calculations (Varun Vasudev via jlowe)
 
+    YARN-3925. ContainerLogsUtils#getContainerLogFile fails to read container
+    log files from full disks. (zhihai xu via jlowe)
+
 Release 2.6.2 - 2015-10-28
 
   INCOMPATIBLE CHANGES