From 740e1ef357f13c433b606f3e3d4db0cee1b6e773 Mon Sep 17 00:00:00 2001 From: Samrat Date: Wed, 21 Sep 2022 16:55:20 +0530 Subject: [PATCH] HDFS-16706. ViewFS doc points to wrong mount table name (#4803) --- .../hadoop-hdfs/src/site/markdown/ViewFs.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 b29a888475..5201e0ee92 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md @@ -109,34 +109,34 @@ In the below mount table configuration, namespace `/data` is linked to the files ```xml - fs.viewfs.mounttable.ClusterX.link./data + fs.viewfs.mounttable.clusterX.link./data hdfs://nn1-clusterx.example.com:8020/data - fs.viewfs.mounttable.ClusterX.link./project + fs.viewfs.mounttable.clusterX.link./project hdfs://nn2-clusterx.example.com:8020/project - fs.viewfs.mounttable.ClusterX.link./user + fs.viewfs.mounttable.clusterX.link./user hdfs://nn3-clusterx.example.com:8020/user - fs.viewfs.mounttable.ClusterX.link./tmp + fs.viewfs.mounttable.clusterX.link./tmp hdfs://nn4-clusterx.example.com:8020/tmp - fs.viewfs.mounttable.ClusterX.linkFallback + fs.viewfs.mounttable.clusterX.linkFallback hdfs://nn5-clusterx.example.com:8020/home ``` -Alternatively we can have the mount table's root merged with the root of another filesystem via `linkMergeSlash`. In the below mount table configuration, ClusterY's root is merged with the root filesystem at `hdfs://nn1-clustery.example.com:8020`. +Alternatively we can have the mount table's root merged with the root of another filesystem via `linkMergeSlash`. In the below mount table configuration, clusterY's root is merged with the root filesystem at `hdfs://nn1-clustery.example.com:8020`. ```xml - fs.viewfs.mounttable.ClusterY.linkMergeSlash + fs.viewfs.mounttable.clusterY.linkMergeSlash hdfs://nn1-clustery.example.com:8020/ @@ -443,7 +443,7 @@ The mount tables can be described in `core-site.xml` but it is better to use ind ``` -In the file `mountTable.xml`, there is a definition of the mount table "ClusterX" for the hypothetical cluster that is a federation of the three namespace volumes managed by the three namenodes +In the file `mountTable.xml`, there is a definition of the mount table "clusterX" for the hypothetical cluster that is a federation of the three namespace volumes managed by the three namenodes 1. nn1-clusterx.example.com:8020, 2. nn2-clusterx.example.com:8020, and @@ -454,23 +454,23 @@ Here `/home` and `/tmp` are in the namespace managed by namenode nn1-clusterx.ex ```xml - fs.viewfs.mounttable.ClusterX.homedir + fs.viewfs.mounttable.clusterX.homedir /home - fs.viewfs.mounttable.ClusterX.link./home + fs.viewfs.mounttable.clusterX.link./home hdfs://nn1-clusterx.example.com:8020/home - fs.viewfs.mounttable.ClusterX.link./tmp + fs.viewfs.mounttable.clusterX.link./tmp hdfs://nn1-clusterx.example.com:8020/tmp - fs.viewfs.mounttable.ClusterX.link./projects/foo + fs.viewfs.mounttable.clusterX.link./projects/foo hdfs://nn2-clusterx.example.com:8020/projects/foo - fs.viewfs.mounttable.ClusterX.link./projects/bar + fs.viewfs.mounttable.clusterX.link./projects/bar hdfs://nn3-clusterx.example.com:8020/projects/bar