MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter)

Removed multiple duplicate CHANGES.txt entries.

(cherry picked from commit 9b33a03900)
This commit is contained in:
Vinod Kumar Vavilapalli (I am also known as @tshooter.) 2016-01-13 15:02:51 -08:00
parent 1fba4051f8
commit 8de365a11c
1 changed files with 1 additions and 7 deletions

View File

@ -382,9 +382,6 @@ Release 2.8.0 - UNRELEASED
MAPREDUCE-6557. Tests in mapreduce-client-app are writing outside of
target. (Akira AJISAKA via junping_du)
MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause
duplicate records (wilfreds via rkanter)
MAPREDUCE-6550. archive-logs tool changes log ownership to the Yarn
user when using DefaultContainerExecutor (rkanter)
@ -418,9 +415,6 @@ Release 2.7.3 - UNRELEASED
MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly
misleading (Nathan Roberts via jlowe)
MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause
duplicate records (wilfreds via rkanter)
MAPREDUCE-6583. Clarify confusing sentence in MapReduce tutorial document.
(Kai Sasaki via aajisaka)