Fix doc. (#8905)
"By either a String *or a Path*" Signed-off-by: Marc Sunet <msunet@shellblade.net>master
parent
37d880a23c
commit
965d45e3a3
|
@ -50,11 +50,11 @@ import java.util.regex.PatternSyntaxException;
|
||||||
* <h4 id="Resources">Resources</h4>
|
* <h4 id="Resources">Resources</h4>
|
||||||
*
|
*
|
||||||
* <p>Configurations are specified by resources. A resource contains a set of
|
* <p>Configurations are specified by resources. A resource contains a set of
|
||||||
* name/value pairs as XML data. Each resource is named by either a
|
* name/value pairs as XML data. Each resource is named by either a
|
||||||
* <code>String</code>. If named by a <code>String</code>,
|
* <code>String</code> or a <code>Path</code>. If named by a
|
||||||
* then the classpath is examined for a file with that name. If named by a
|
* <code>String</code>, then the classpath is examined for a file with that
|
||||||
* <code>Path</code>, then the local filesystem is examined directly, without
|
* name. If named by a <code>Path</code>, then the local filesystem is
|
||||||
* referring to the classpath.
|
* examined directly, without referring to the classpath.
|
||||||
*
|
*
|
||||||
* <p>Unless explicitly turned off, Hadoop by default specifies two
|
* <p>Unless explicitly turned off, Hadoop by default specifies two
|
||||||
* resources, loaded in-order from the classpath: <ol>
|
* resources, loaded in-order from the classpath: <ol>
|
||||||
|
|
Loading…
Reference in New Issue