Browse Source

HADOOP-9361: changes.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.5@1607618 13f79535-47bb-0310-9956-ffa450edef68
Steve Loughran 11 years ago
parent
commit
3ac34fb557
1 changed files with 14 additions and 0 deletions
  1. 14 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 14 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -122,6 +122,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 
@@ -279,6 +288,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