Skip to content

Commit

Permalink
HDFS-10886. Replace fs.default.name with fs.defaultFS in viewfs docum…
Browse files Browse the repository at this point in the history
…ent.
  • Loading branch information
brahmareddybattula committed Sep 23, 2016
1 parent c4480f7 commit bbdf350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
* 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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```
Expand Down

0 comments on commit bbdf350

Please sign in to comment.