1
0
فهرست منبع

YARN-4395. Typo in comment in ClientServiceDelegate (Contributed by Alison Yu via Daniel Templeton)

Daniel Templeton 8 سال پیش
والد
کامیت
6d8b4f6c27

+ 2 - 2
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/ClientServiceDelegate.java

@@ -335,8 +335,8 @@ public class ClientServiceDelegate {
           throw new IOException(e.getTargetException());
           throw new IOException(e.getTargetException());
         }
         }
 
 
-        // if it's AM shut down, do not decrement maxClientRetry as we wait for
-        // AM to be restarted.
+        // if its AM shut down, do not decrement maxClientRetry while we wait
+        // for its AM to be restarted.
         if (!usingAMProxy.get()) {
         if (!usingAMProxy.get()) {
           maxClientRetry--;
           maxClientRetry--;
         }
         }