[
https://issues.apache.org/jira/browse/YARN-8551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799332#comment-16799332
]
Eric Yang commented on YARN-8551:
---------------------------------
[~yeshavora]
# In pom.xml, it has reference parent pom, and the version number is ideally
same as the parent. We can remove version tag from
hadoop-yarn-applications-mawo/pom.xml.
# YARN project has moved to using slf4j instead of log4j 1.x to fix some
deadlock issues in high stressed system. Can we remove log4j and
commons-logging?
# apache-rat-plugin is not indented correctly. We might be able to remove the
plugin from this pom.xml because Yetus produces false positive report rather
than the code.
# bin.xml containers comment out section for hello. This can be removed.
# There is some javadocs errors in AbstractTask.java.
# In hadoop-yarn-applications, hadoop-yarn-applications-mawo is not listed as
a submodule. This cause apache-rat-plugin to assume
hadoop-yarn-applications-mawo as a directory, and included
hadoop-yarn-applications-mawo/target to be part of the license check
incorrectly.
> Build Common module for MaWo application
> ----------------------------------------
>
> Key: YARN-8551
> URL: https://issues.apache.org/jira/browse/YARN-8551
> Project: Hadoop YARN
> Issue Type: Sub-task
> Reporter: Yesha Vora
> Assignee: Yesha Vora
> Priority: Major
> Attachments: YARN-8551.001.patch, YARN-8551.0010.patch,
> YARN-8551.0011.patch, YARN-8551.0012.patch, YARN-8551.0013.patch,
> YARN-8551.0014.patch, YARN-8551.002.patch, YARN-8551.003.patch,
> YARN-8551.004.patch, YARN-8551.005.patch, YARN-8551.006.patch,
> YARN-8551.007.patch, YARN-8551.008.patch, YARN-8551.009.patch
>
>
> Build Common module for MaWo application.
> This module should include defination of Task. A Task should contain
> * TaskID
> * Task Command
> * Task Environment
> * Task Timeout
> * Task Type
> ** Simple Task
> *** Its a single Task
> ** Composite Task
> *** Its a composition of multiple simple tasks
> ** Teardown Task
> *** Its a last task to be executed after a job is finished
> ** Null Task
> *** Its a null task
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]