From 6e24e1837f6fdb9b00a4ed90a1a7960fe946534e Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 3 Jul 2014 12:56:57 +0000 Subject: [PATCH] HADOOP-9361: changes.txt git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1607629 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 68a65e539a1..34f0797ef34 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -134,6 +134,15 @@ Release 2.5.0 - UNRELEASED HADOOP-10767. Clean up unused code in Ls shell command. (cnauroth) + HADOOP-9361 Strictly define the expected behavior of filesystem APIs and + write tests to verify compliance (stevel) + + HADOOP-9651 Filesystems to throw FileAlreadyExistsException in + createFile(path, overwrite=false) when the file exists (stevel) + + HADOOP-9495 Define behaviour of Seekable.seek(), write tests, + fix all hadoop implementations for compliance + OPTIMIZATIONS BUG FIXES @@ -291,6 +300,11 @@ Release 2.5.0 - UNRELEASED HADOOP-10739. Renaming a file into a directory containing the same filename results in a confusing I/O error (chang li via jlowe) + HADOOP-10533 S3 input stream NPEs in MapReduce join (stevel) + + HADOOP-10419 BufferedFSInputStream NPEs on getPos() on a closed stream + (stevel) + BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS HADOOP-10520. Extended attributes definition and FileSystem APIs for