File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
hadoop-common-project/hadoop-common Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments