MAPREDUCE-4269. documentation: Gridmix has javadoc warnings in StressJobFactory (Jonathon Eagles via tgraves).
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1340880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
260dfa367e
commit
d239307d00
|
@ -511,6 +511,9 @@ Release 0.23.3 - UNRELEASED
|
|||
MAPREDUCE-4197. Include the hsqldb jar in the hadoop-mapreduce tar
|
||||
file (Ravi Prakash via tgraves)
|
||||
|
||||
MAPREDUCE-4269. documentation: Gridmix has javadoc warnings in
|
||||
StressJobFactory (Jonathon Eagles via tgraves).
|
||||
|
||||
Release 0.23.2 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -298,8 +298,6 @@ public class StressJobFactory extends JobFactory<Statistics.ClusterStats> {
|
|||
/**
|
||||
* We try to use some light-weight mechanism to determine cluster load.
|
||||
*
|
||||
* @param stats
|
||||
* @param clusterStatus Cluster status
|
||||
* @throws java.io.IOException
|
||||
*/
|
||||
protected void checkLoadAndGetSlotsToBackfill()
|
||||
|
|
Loading…
Reference in New Issue