ayushtkn commented on a change in pull request #2084:
URL: https://github.com/apache/hadoop/pull/2084#discussion_r443049133
##########
File path:
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFsOverloadScheme.md
##########
@@ -55,44 +55,44 @@ Here `<scheme>` should be same as the uri-scheme configured
in fs.defautFS. For
**Example 1:**
-If users want some of their existing cluster (`hdfs://mycluster`) data to
mount with hdfs(`hdfs://mycluster`) and other object store
clusters(`o3fs://bucket1.volume1.omhost/`, `s3a://bucket1/`), the following
example configurations can show how to add mount links.
+If users want some of their existing cluster (`hdfs://cluster`) data to mount
with hdfs(`hdfs://cluster`) and other object store
clusters(`o3fs://bucket1.volume1.omhost/`, `s3a://bucket1/`), the following
example configurations can show how to add mount links.
```xml
<property>
- <name>fs.viewfs.mounttable.Cluster./user</name>
- <value>hdfs://mycluster/user</value>
+ <name>fs.viewfs.mounttable.cluster./user</name>
Review comment:
is link not required after cluster?
fs.viewfs.mountable.cluster.link./user
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]