Repository: hadoop Updated Branches: refs/heads/branch-2 d3dfed3fd -> c297df599
HDFS-6187. Update the document of hftp/hsftp in branch-2 to mention that they are deprecated. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c297df59 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c297df59 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c297df59 Branch: refs/heads/branch-2 Commit: c297df59951dcde44474fed341fa495bb6308936 Parents: d3dfed3 Author: Akira Ajisaka <[email protected]> Authored: Tue May 10 09:21:21 2016 -0700 Committer: Akira Ajisaka <[email protected]> Committed: Tue May 10 09:29:30 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/c297df59/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]
