HDFS-10886. Replace fs.default.name with fs.defaultFS in viewfs document.
This commit is contained in:
parent
c4480f7f42
commit
bbdf350ff9
|
@ -83,7 +83,7 @@ import org.apache.hadoop.util.Time;
|
|||
* ViewFs is specified with the following URI: <b>viewfs:///</b>
|
||||
* <p>
|
||||
* To use viewfs one would typically set the default file system in the
|
||||
* config (i.e. fs.default.name< = viewfs:///) along with the
|
||||
* config (i.e. fs.defaultFS < = viewfs:///) along with the
|
||||
* mount table config variables as described below.
|
||||
*
|
||||
* <p>
|
||||
|
|
|
@ -108,7 +108,7 @@ The mount points of a mount table are specified in the standard Hadoop configura
|
|||
|
||||
```xml
|
||||
<property>
|
||||
<name>fs.default.name</name>
|
||||
<name>fs.defaultFS</name>
|
||||
<value>viewfs://clusterX</value>
|
||||
</property>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue