HADOOP-14436. Remove the redundant colon in ViewFs.md. Contributed by maobaolong.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/056cc728 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/056cc728 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/056cc728 Branch: refs/heads/HADOOP-13345 Commit: 056cc72885471d6952ff182670e4b4a38421603d Parents: 8d9084e Author: Brahma Reddy Battula <[email protected]> Authored: Fri Jun 2 22:39:10 2017 +0800 Committer: Brahma Reddy Battula <[email protected]> Committed: Fri Jun 2 22:39:10 2017 +0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/056cc728/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 6e8ce67..3810e28 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md @@ -118,7 +118,7 @@ Hence on Cluster X, where the `core-site.xml` is set to make the default fs to u * It is an URI for referring a pathname on another cluster such as Cluster Y. In particular, the command for copying files from cluster Y to Cluster Z looks like: - distcp viewfs://clusterY:/pathSrc viewfs://clusterZ/pathDest + distcp viewfs://clusterY/pathSrc viewfs://clusterZ/pathDest 4. `viewfs://clusterX-webhdfs/foo/bar` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
