HDFS-9830. Remove references to hftp in ViewFs documentation in trunk. Contributed by Wei-Chiu Chuang.
This commit is contained in:
parent
bbfaf3c271
commit
c7ac25e52c
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue