You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Chenxi Zhao (JIRA)" <ji...@apache.org> on 2018/05/21 22:07:00 UTC

[jira] [Updated] (REEF-2020) Refactor IJobSubmissionResult Interface and JobSubmissionResult implementation

     [ https://issues.apache.org/jira/browse/REEF-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chenxi Zhao updated REEF-2020:
------------------------------
    Summary: Refactor IJobSubmissionResult Interface and JobSubmissionResult implementation  (was: Refactor IJobSubmissionResult Interface and implementation JobSubmissionResult)

> Refactor IJobSubmissionResult Interface and JobSubmissionResult implementation
> ------------------------------------------------------------------------------
>
>                 Key: REEF-2020
>                 URL: https://issues.apache.org/jira/browse/REEF-2020
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF.NET Client
>            Reporter: Chenxi Zhao
>            Priority: Major
>
> There are several defects in {color:#333333}Org.Apache.REEF.Client.Common.{color}{color:#333333}IJobSubmissionResult{color} needs to be improved:
>  # It contains fields work for YARN only - FinalState, AppId, which does not serve the purpose of abstraction of different runtimes - YARN, Local, Azure Batch.
>  # In the runtime of Azure Batch, there is no capability of connecting to driver directly. Abstraction of DriverUrl as string needs to be improved.
>  
> In its implementation JobSubmissionResult, several problems noticed:
>  # {color:#333333}Retry handling that serves for all runtime is using YARN retry policy.{color}
>  # IREEFClient instance passed in to get YARN state.
>  # Several unused methods needs to be cleaned up.



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