This is an automated email from the ASF dual-hosted git repository.
abmodi pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new e8ca4fa YARN-9812. mvn javadoc:javadoc fails in hadoop-sls.
Contributed by Abhishek Modi.
e8ca4fa is described below
commit e8ca4fac5305283825244476ed252357ddb74ded
Author: Abhishek Modi <[email protected]>
AuthorDate: Sat Sep 7 12:44:40 2019 +0530
YARN-9812. mvn javadoc:javadoc fails in hadoop-sls. Contributed by Abhishek
Modi.
---
.../apache/hadoop/yarn/sls/appmaster/DAGAMSimulator.java | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git
a/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/appmaster/DAGAMSimulator.java
b/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/appmaster/DAGAMSimulator.java
index 7e2d0a7..e44d47a 100644
---
a/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/appmaster/DAGAMSimulator.java
+++
b/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/appmaster/DAGAMSimulator.java
@@ -52,12 +52,15 @@ import java.util.Map;
* AMSimulator that simulates DAG - it requests for containers
* based on the delay specified. It finishes when all the tasks
* are completed.
- *
* Vocabulary Used:
- * pending -> requests which are NOT yet sent to RM.
- * scheduled -> requests which are sent to RM but not yet assigned.
- * assigned -> requests which are assigned to a container.
- * completed -> request corresponding to which container has completed.
+ * <dl>
+ * <dt>Pending</dt><dd>requests which are NOT yet sent to RM.</dd>
+ * <dt>Scheduled</dt>
+ * <dd>requests which are sent to RM but not yet assigned.</dd>
+ * <dt>Assigned</dt><dd>requests which are assigned to a container.</dd>
+ * <dt>Completed</dt>
+ * <dd>request corresponding to which container has completed.</dd>
+ * </dl>
* Containers are requested based on the request delay.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]