File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hadoop-common-project/hadoop-common/src/site/markdown/filesystem Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Consult the javadocs for `org.apache.hadoop.fs.CommonPathCapabilities` for these
4747
4848
4949Individual 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),
156156and 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,
158158e.g ` fs.hdfs. `
You can’t perform that action at this time.
0 commit comments