You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Yesha Vora (JIRA)" <ji...@apache.org> on 2018/07/27 18:37:00 UTC

[jira] [Created] (YARN-8597) Build Worker utility for MaWo Application

Yesha Vora created YARN-8597:
--------------------------------

             Summary: Build Worker utility for MaWo Application
                 Key: YARN-8597
                 URL: https://issues.apache.org/jira/browse/YARN-8597
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Yesha Vora


The worker is responsible for executing Tasks. 
 * Worker
 ** Create a worker class which drives worker life cycle
 ** Create WorkAssignment Protocol. It should be handle Register/deregister worker, send heartbeat 
 ** Lifecycle: Register worker, Run Setup Task, Get Task from master and execute it using TaskRunner, Run Teardown Task
 *  TaskRunner
 ** Simple Task Runner : This runner should be able to execute a simple task
 ** Composite Task Runner: This runner should be able to execute composite task
 * TaskWallTimeLimiter
 ** Create a utility which can abort the task if the execution time exceeds task timeout. 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org