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:
Thomas Graves 2012-05-21 01:55:44 +00:00
parent 260dfa367e
commit d239307d00
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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()