diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/records/ApplicationAttemptStateData.java b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/records/ApplicationAttemptStateData.java index 2de071ad2ec..63e3a77140c 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/records/ApplicationAttemptStateData.java +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/records/ApplicationAttemptStateData.java @@ -232,10 +232,10 @@ public abstract void setFinalApplicationStatus( public abstract void setPreemptedVcoreSeconds(long vcoreSeconds); /** - * Get the aggregated number of resources preempted that the application has + * Get the aggregated number of resources that the application has * allocated times the number of seconds the application has been running. * - * @return map containing the resource name and aggregated preempted + * @return map containing the resource name and aggregated * resource-seconds */ @Public @@ -247,7 +247,7 @@ public abstract void setFinalApplicationStatus( * allocated times the number of seconds the application has been running. * * @param resourceSecondsMap map containing the resource name and aggregated - * resource-seconds + * resource-seconds */ @Public @Unstable @@ -270,7 +270,7 @@ public abstract void setResourceSecondsMap( * allocated times the number of seconds the application has been running. * * @param preemptedResourceSecondsMap map containing the resource name and - * aggregated preempted resource-seconds + * aggregated preempted resource-seconds */ @Public @Unstable