Skip to content

Commit 579b2e4

Browse files
committed
HADOOP-9361: changes.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1607620 13f79535-47bb-0310-9956-ffa450edef68
1 parent 578c854 commit 579b2e4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

hadoop-common-project/hadoop-common/CHANGES.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,15 @@ Release 2.5.0 - UNRELEASED
503503

504504
HADOOP-10767. Clean up unused code in Ls shell command. (cnauroth)
505505

506+
HADOOP-9361 Strictly define the expected behavior of filesystem APIs and
507+
write tests to verify compliance (stevel)
508+
509+
HADOOP-9651 Filesystems to throw FileAlreadyExistsException in
510+
createFile(path, overwrite=false) when the file exists (stevel)
511+
512+
HADOOP-9495 Define behaviour of Seekable.seek(), write tests,
513+
fix all hadoop implementations for compliance
514+
506515
OPTIMIZATIONS
507516

508517
BUG FIXES
@@ -652,6 +661,11 @@ Release 2.5.0 - UNRELEASED
652661
HADOOP-10739. Renaming a file into a directory containing the same
653662
filename results in a confusing I/O error (chang li via jlowe)
654663

664+
HADOOP-10533 S3 input stream NPEs in MapReduce join (stevel)
665+
666+
HADOOP-10419 BufferedFSInputStream NPEs on getPos() on a closed stream
667+
(stevel)
668+
655669
BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS
656670

657671
HADOOP-10520. Extended attributes definition and FileSystem APIs for

0 commit comments

Comments
 (0)