HDFS-9394. branch-2 hadoop-hdfs-client fails during FileSystem ServiceLoader initialization, because HftpFileSystem is missing. Contributed by Mingliang Liu.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1ee2db5c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1ee2db5c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1ee2db5c Branch: refs/heads/yarn-2877 Commit: 1ee2db5c41d2e608eb3102d0e13e132448c5ed8f Parents: 9614dea Author: cnauroth <cnaur...@apache.org> Authored: Sat Nov 7 07:38:42 2015 -0800 Committer: cnauroth <cnaur...@apache.org> Committed: Sat Nov 7 07:38:42 2015 -0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/1ee2db5c/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 1b97b53..a5b768f 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -2264,6 +2264,10 @@ Release 2.8.0 - UNRELEASED HDFS-9384. TestWebHdfsContentLength intermittently hangs and fails due to TCP conversation mismatch between client and server. (cnauroth) + HDFS-9394. branch-2 hadoop-hdfs-client fails during FileSystem ServiceLoader + initialization, because HftpFileSystem is missing. + (Mingliang Liu via cnauroth) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES