[ 
https://issues.apache.org/jira/browse/YARN-8551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16802235#comment-16802235
 ] 

Eric Yang commented on YARN-8551:
---------------------------------

[~yeshavora] Thank you for the patch.  A couple suggestions:

# Hadoop uses hadoop-project/pom.xml to manage dependency versions.  We can 
remove version number from dependency because the super pom manages the version 
numbers.
# Remove common-logging and log4j dependencies from this project because the on 
going effort to migrate to slf4j and eventually log4j 2.
# src/test/resources/log4j.properties should be unused, if using slf4j.
# json-simple version mismatch with Hadoop project.


> 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.0015.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: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to