HDFS-10886. Replace fs.default.name with fs.defaultFS in viewfs document.

This commit is contained in:
Brahma Reddy Battula 2016-09-23 19:21:34 +05:30
parent c4480f7f42
commit bbdf350ff9
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>
```