Repository: hadoop Updated Branches: refs/heads/trunk d286032b7 -> 40cac5924
Add HDFS-9187 to CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/40cac592 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/40cac592 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/40cac592 Branch: refs/heads/trunk Commit: 40cac59248f17c59fc819f4145cdeac9db309626 Parents: d286032 Author: Colin Patrick Mccabe <[email protected]> Authored: Tue Oct 13 16:23:38 2015 -0700 Committer: Colin Patrick Mccabe <[email protected]> Committed: Tue Oct 13 16:23:38 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/40cac592/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 cdc8dfd..de7f349 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -2051,6 +2051,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
