HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru) Moved to 2.6.1
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fc508b41 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fc508b41 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fc508b41 Branch: refs/heads/YARN-1197 Commit: fc508b41a90a193f06a0e28ee40862bf9ee0f0c7 Parents: 05ed690 Author: Vinayakumar B <[email protected]> Authored: Fri Aug 14 15:55:29 2015 +0530 Committer: Vinayakumar B <[email protected]> Committed: Fri Aug 14 15:55:29 2015 +0530 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/fc508b41/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 57ef1c5..d07adcb 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -678,9 +678,6 @@ Release 2.8.0 - UNRELEASED HADOOP-11965. determine-flaky-tests needs a summary mode. (Yufei Gu via Yongjun Zhang) - HADOOP-7139. Allow appending to existing SequenceFiles - (kanaka kumar avvaru via vinayakumarb) - HADOOP-11958. MetricsSystemImpl fails to show backtrace when an error occurs (Jason Lowe via jeagles) @@ -1872,6 +1869,9 @@ Release 2.6.1 - UNRELEASED IMPROVEMENTS + HADOOP-7139. Allow appending to existing SequenceFiles + (kanaka kumar avvaru via vinayakumarb) + OPTIMIZATIONS BUG FIXES
