HDFS-6187. Update the document of hftp/hsftp in branch-2 to mention that they are deprecated. Contributed by Gergely Novák.
(cherry picked from commit 901588542b573cbefa91f7e0e6032f7163160a85) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a84c4d7d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a84c4d7d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a84c4d7d Branch: refs/heads/branch-2.8 Commit: a84c4d7d4b4d567c860a9d817a8a1c854d05fc88 Parents: 1622fc1 Author: Akira Ajisaka <[email protected]> Authored: Tue May 10 09:32:33 2016 -0700 Committer: Akira Ajisaka <[email protected]> Committed: Tue May 10 09:33:55 2016 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Hftp.md | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a84c4d7d/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Hftp.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Hftp.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Hftp.md index 340a0e8..db3df6b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Hftp.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Hftp.md @@ -16,11 +16,18 @@ HFTP Guide ========== * [HFTP Guide](#HFTP_Guilde) + * [Deprecated](#Deprecated) * [Introduction](#Introduction) * [Implementation](#Implementation) * [Configuration Options](#Configuration_Options) +Deprecated +---------- +HFTP and HSFTP are deprecated in 2.x and will be unavailable in 3.0. +They have been superseded by [WebHDFS](WebHDFS.html). + + Introduction ------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
