HADOOP-10894. Fix dead link in ToolRunner documentation. (Contributed by Akira Ajisaka)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ef9b6a45c4
commit
f2137d7c0e
|
@ -819,6 +819,9 @@ Release 2.5.0 - UNRELEASED
|
|||
HADOOP-10890. TestDFVariations.testMount fails intermittently. (Yongjun
|
||||
Zhang via Arpit Agarwal)
|
||||
|
||||
HADOOP-10894. Fix dead link in ToolRunner documentation. (Akira Ajisaka
|
||||
via Arpit Agarwal)
|
||||
|
||||
Release 2.4.1 - 2014-06-23
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -30,7 +30,7 @@ import org.apache.hadoop.conf.Configuration;
|
|||
* <p><code>ToolRunner</code> can be used to run classes implementing
|
||||
* <code>Tool</code> interface. It works in conjunction with
|
||||
* {@link GenericOptionsParser} to parse the
|
||||
* <a href="{@docRoot}/org/apache/hadoop/util/GenericOptionsParser.html#GenericOptions">
|
||||
* <a href="{@docRoot}/../hadoop-project-dist/hadoop-common/CommandsManual.html#Generic_Options">
|
||||
* generic hadoop command line arguments</a> and modifies the
|
||||
* <code>Configuration</code> of the <code>Tool</code>. The
|
||||
* application-specific options are passed along without being modified.
|
||||
|
|
Loading…
Reference in New Issue