MAPREDUCE-5999. Fix dead link in InputFormat javadoc (Akira AJISAKA via aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1618005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eb11b4b2a7
commit
a43fd59ba3
|
@ -70,6 +70,8 @@ Release 2.6.0 - UNRELEASED
|
|||
MAPREDUCE-5998. CompositeInputFormat javadoc is broken (Akira AJISAKA via
|
||||
aw)
|
||||
|
||||
MAPREDUCE-5999. Fix dead link in InputFormat javadoc (Akira AJISAKA via aw)
|
||||
|
||||
Release 2.5.0 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -50,7 +50,7 @@ import org.apache.hadoop.fs.FileSystem;
|
|||
* bytes, of the input files. However, the {@link FileSystem} blocksize of
|
||||
* the input files is treated as an upper bound for input splits. A lower bound
|
||||
* on the split size can be set via
|
||||
* <a href="{@docRoot}/../mapred-default.html#mapreduce.input.fileinputformat.split.minsize">
|
||||
* <a href="{@docRoot}/../hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml#mapreduce.input.fileinputformat.split.minsize">
|
||||
* mapreduce.input.fileinputformat.split.minsize</a>.</p>
|
||||
*
|
||||
* <p>Clearly, logical splits based on input-size is insufficient for many
|
||||
|
|
|
@ -52,7 +52,7 @@ import org.apache.hadoop.mapreduce.lib.input.FileInputFormat;
|
|||
* bytes, of the input files. However, the {@link FileSystem} blocksize of
|
||||
* the input files is treated as an upper bound for input splits. A lower bound
|
||||
* on the split size can be set via
|
||||
* <a href="{@docRoot}/../mapred-default.html#mapreduce.input.fileinputformat.split.minsize">
|
||||
* <a href="{@docRoot}/../hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml#mapreduce.input.fileinputformat.split.minsize">
|
||||
* mapreduce.input.fileinputformat.split.minsize</a>.</p>
|
||||
*
|
||||
* <p>Clearly, logical splits based on input-size is insufficient for many
|
||||
|
|
Loading…
Reference in New Issue