[ 
https://issues.apache.org/jira/browse/HDFS-16706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prabhu Joseph resolved HDFS-16706.
----------------------------------
    Fix Version/s: 3.4.0
       Resolution: Fixed

> ViewFS doc points to wrong mount table name
> -------------------------------------------
>
>                 Key: HDFS-16706
>                 URL: https://issues.apache.org/jira/browse/HDFS-16706
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 3.4.0
>            Reporter: Prabhu Joseph
>            Assignee: Samrat Deb
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>
> ViewFS Doc - 
> https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/ViewFs.html
>  specifies the view name as *clusterX* where as mount table name as 
> *ClusterX*. This will lead to error "ls: ViewFs: Cannot initialize: Empty 
> Mount table in config for viewfs://clusterX/"
> {code}
> <property>
>   <name>fs.defaultFS</name>
>   <value>viewfs://clusterX</value>
> </property>
> <property>
>     <name>fs.viewfs.mounttable.ClusterX.link./data</name>
>     <value>hdfs://nn1-clusterx.example.com:8020/data</value>
>   </property>
> {code}
> The mountable name also has to be same as view name.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to