From 40cac59248f17c59fc819f4145cdeac9db309626 Mon Sep 17 00:00:00 2001 From: Colin Patrick Mccabe Date: Tue, 13 Oct 2015 16:23:38 -0700 Subject: [PATCH] Add HDFS-9187 to CHANGES.txt --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index cdc8dfd0f0..de7f3497f2 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