Repository: hadoop Updated Branches: refs/heads/branch-2 d37f88674 -> fea7e472c
Add CHANGES.txt entry for HDFS-9187 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fea7e472 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fea7e472 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fea7e472 Branch: refs/heads/branch-2 Commit: fea7e472c82853117bdc745e44b6b76a2b67cd49 Parents: d37f886 Author: Colin Patrick Mccabe <[email protected]> Authored: Tue Oct 13 16:22:23 2015 -0700 Committer: Colin Patrick Mccabe <[email protected]> Committed: Tue Oct 13 16:22:23 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/fea7e472/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 5b3d985..cd2d683 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1225,6 +1225,9 @@ Release 2.8.0 - UNRELEASED HDFS-8779. WebUI fails to display block IDs that are larger than 2^53 - 1. (wheat9) + HDFS-9187. Fix null pointer error in Globber when FS was not constructed + via FileSystem#createFileSystem (cmccabe) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES
