This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new ce52a66  MAPREDUCE-7256. Fix javadoc error in 
SimpleExponentialSmoothing. (#1804)
ce52a66 is described below

commit ce52a66fcbbb7c745d525cb09e9cfc03da6d9343
Author: Masatake Iwasaki <iwasak...@apache.org>
AuthorDate: Wed Jan 15 12:09:09 2020 +0900

    MAPREDUCE-7256. Fix javadoc error in SimpleExponentialSmoothing. (#1804)
    
    (cherry picked from commit a2fdd7c2b59463c39a4d4250f908a9e2d3653ead)
---
 .../v2/app/speculate/forecast/SimpleExponentialSmoothing.java         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/speculate/forecast/SimpleExponentialSmoothing.java
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/speculate/forecast/SimpleExponentialSmoothing.java
index 0e00068..dd9dc28 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/speculate/forecast/SimpleExponentialSmoothing.java
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/speculate/forecast/SimpleExponentialSmoothing.java
@@ -131,8 +131,8 @@ public class SimpleExponentialSmoothing {
   /**
    * checks if the task is hanging up.
    * @param timeStamp current time of the scan.
-   * @return true if we have number of samples > kMinimumReads and the record
-   * timestamp has expired.
+   * @return true if we have number of samples {@literal >} kMinimumReads and 
the
+   * record timestamp has expired.
    */
   public boolean isDataStagnated(final long timeStamp) {
     ForecastRecord rec = forecastRefEntry.get();


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to