Skip to content

Commit 958c402

Browse files
committed
HADOOP-15691 -fix final nits.
Change-Id: I30918995e3eee6b9a7c5da8d90c19f9c9aed2496
1 parent 600d11c commit 958c402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hadoop-common-project/hadoop-common/src/site/markdown/filesystem/pathcapabilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Consult the javadocs for `org.apache.hadoop.fs.CommonPathCapabilities` for these
4747

4848

4949
Individual filesystems MAY offer their own set of capabilities which
50-
can be probed for. These MUST begin with `fs.` + the filesystem schema +
50+
can be probed for. These MUST begin with `fs.` + the filesystem scheme +
5151
`.capability`. For example `fs.s3a.capability.select.sql`;
5252

5353
### `boolean hasPathCapability(path, capability)`
@@ -154,5 +154,5 @@ capabilities. Instead they *MUST* do one of the following:
154154

155155
* Define and stabilize new cross-filesystem capability flags (preferred),
156156
and so formally add a new `fs.capability` value.
157-
* Use the schema of the filesystem to as a prefix for their own options,
157+
* Use the scheme of the filesystem to as a prefix for their own options,
158158
e.g `fs.hdfs.`

0 commit comments

Comments
 (0)