MAPREDUCE-5999. Fix dead link in InputFormat javadoc (Akira AJISAKA via aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7557f7bb2d
commit
e1f15d2cdf
@ -177,6 +177,8 @@ Trunk (Unreleased)
|
|||||||
MAPREDUCE-5998. CompositeInputFormat javadoc is broken (Akira AJISAKA via
|
MAPREDUCE-5998. CompositeInputFormat javadoc is broken (Akira AJISAKA via
|
||||||
aw)
|
aw)
|
||||||
|
|
||||||
|
MAPREDUCE-5999. Fix dead link in InputFormat javadoc (Akira AJISAKA via aw)
|
||||||
|
|
||||||
Release 2.6.0 - UNRELEASED
|
Release 2.6.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
* bytes, of the input files. However, the {@link FileSystem} blocksize of
|
* 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
|
* the input files is treated as an upper bound for input splits. A lower bound
|
||||||
* on the split size can be set via
|
* 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>
|
* mapreduce.input.fileinputformat.split.minsize</a>.</p>
|
||||||
*
|
*
|
||||||
* <p>Clearly, logical splits based on input-size is insufficient for many
|
* <p>Clearly, logical splits based on input-size is insufficient for many
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
* bytes, of the input files. However, the {@link FileSystem} blocksize of
|
* 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
|
* the input files is treated as an upper bound for input splits. A lower bound
|
||||||
* on the split size can be set via
|
* 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>
|
* mapreduce.input.fileinputformat.split.minsize</a>.</p>
|
||||||
*
|
*
|
||||||
* <p>Clearly, logical splits based on input-size is insufficient for many
|
* <p>Clearly, logical splits based on input-size is insufficient for many
|
||||||
|
Loading…
Reference in New Issue
Block a user