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:
parent
1fba4051f8
commit
8de365a11c
|
@ -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)
|
||||
|
||||
|
@ -753,7 +747,7 @@ Release 2.6.3 - 2015-12-17
|
|||
MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly
|
||||
misleading (Nathan Roberts via jlowe)
|
||||
|
||||
MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause
|
||||
MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause
|
||||
duplicate records (wilfreds via rkanter)
|
||||
|
||||
Release 2.6.2 - 2015-10-28
|
||||
|
|
Loading…
Reference in New Issue