Repository: hadoop Updated Branches: refs/heads/trunk bbfaf3c27 -> c7ac25e52
HDFS-9830. Remove references to hftp in ViewFs documentation in trunk. Contributed by Wei-Chiu Chuang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c7ac25e5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c7ac25e5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c7ac25e5 Branch: refs/heads/trunk Commit: c7ac25e52c307756c30157377fb52eced3aed5e4 Parents: bbfaf3c Author: Akira Ajisaka <[email protected]> Authored: Fri Feb 19 05:02:09 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Fri Feb 19 05:02:57 2016 +0900 ---------------------------------------------------------------------- .../hadoop-common/src/site/markdown/FileSystemShell.md | 2 +- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c7ac25e5/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md index ab66156..a356b8a 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md @@ -60,7 +60,7 @@ Overview ======== -The File System (FS) shell includes various shell-like commands that directly interact with the Hadoop Distributed File System (HDFS) as well as other file systems that Hadoop supports, such as Local FS, HFTP FS, S3 FS, and others. The FS shell is invoked by: +The File System (FS) shell includes various shell-like commands that directly interact with the Hadoop Distributed File System (HDFS) as well as other file systems that Hadoop supports, such as Local FS, WebHDFS, S3 FS, and others. The FS shell is invoked by: bin/hadoop fs <args> http://git-wip-us.apache.org/repos/asf/hadoop/blob/c7ac25e5/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 b6510b0..d54aa96 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -938,6 +938,9 @@ Trunk (Unreleased) HDFS-9787. SNNs stop uploading FSImage to ANN once isPrimaryCheckPointer changed to false. (Guocui Mi via vinayakumarb) + HDFS-9830. Remove references to hftp in ViewFs documentation in trunk. + (Wei-Chiu Chuang via aajisaka) + Release 2.9.0 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/c7ac25e5/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md index ef5976c..067265a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md @@ -75,9 +75,9 @@ Hence on Cluster X where the `core-site.xml` is set as above, the typical pathna distcp hdfs://namenodeClusterY:port/pathSrc hdfs://namenodeClusterZ:port/pathDest -4. `webhdfs://namenodeClusterX:http_port/foo/bar` and `hftp://namenodeClusterX:http_port/foo/bar` +4. `webhdfs://namenodeClusterX:http_port/foo/bar` - * These are file system URIs respectively for accessing files via the WebHDFS file system and the HFTP file system. Note that WebHDFS and HFTP use the HTTP port of the namenode but not the RPC port. + * It is an URI for accessing files via the WebHDFS file system. Note that WebHDFS uses the HTTP port of the namenode but not the RPC port. 5. `http://namenodeClusterX:http_port/webhdfs/v1/foo/bar` and `http://proxyClusterX:http_port/foo/bar` @@ -133,9 +133,9 @@ Hence on Cluster X, where the `core-site.xml` is set to make the default fs to u distcp viewfs://clusterY:/pathSrc viewfs://clusterZ/pathDest -4. `viewfs://clusterX-webhdfs/foo/bar` and `viewfs://clusterX-hftp/foo/bar` +4. `viewfs://clusterX-webhdfs/foo/bar` - * These are URIs respectively for accessing files via the WebHDFS file system and the HFTP file system. + * It is an URI for accessing files via the WebHDFS file system. 5. `http://namenodeClusterX:http_port/webhdfs/v1/foo/bar` and `http://proxyClusterX:http_port/foo/bar`
