HADOOP-10873. Fix dead link in Configuration javadoc (Akira AJISAKA via aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1618720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec15f91acc
commit
7962bf3820
|
@ -173,6 +173,9 @@ Release 2.6.0 - UNRELEASED
|
||||||
HADOOP-10972. Native Libraries Guide contains mis-spelt build line (Peter
|
HADOOP-10972. Native Libraries Guide contains mis-spelt build line (Peter
|
||||||
Klavins via aw)
|
Klavins via aw)
|
||||||
|
|
||||||
|
HADOOP-10873. Fix dead link in Configuration javadoc (Akira AJISAKA
|
||||||
|
via aw)
|
||||||
|
|
||||||
Release 2.5.0 - UNRELEASED
|
Release 2.5.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -110,8 +110,9 @@ import com.google.common.base.Preconditions;
|
||||||
*
|
*
|
||||||
* <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>
|
||||||
* <li><tt><a href="{@docRoot}/../core-default.html">core-default.xml</a>
|
* <li><tt>
|
||||||
* </tt>: Read-only defaults for hadoop.</li>
|
* <a href="{@docRoot}/../hadoop-project-dist/hadoop-common/core-default.xml">
|
||||||
|
* core-default.xml</a></tt>: Read-only defaults for hadoop.</li>
|
||||||
* <li><tt>core-site.xml</tt>: Site-specific configuration for a given hadoop
|
* <li><tt>core-site.xml</tt>: Site-specific configuration for a given hadoop
|
||||||
* installation.</li>
|
* installation.</li>
|
||||||
* </ol>
|
* </ol>
|
||||||
|
|
Loading…
Reference in New Issue