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:06:00 UTC

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

Chenxi Zhao created REEF-2020:
---------------------------------

             Summary: Refactor IJobSubmissionResult Interface and implementation JobSubmissionResult
                 Key: REEF-2020
                 URL: https://issues.apache.org/jira/browse/REEF-2020
             Project: REEF
          Issue Type: Bug
          Components: REEF.NET Client
            Reporter: Chenxi Zhao


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)