You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Hung Tran (JIRA)" <ji...@apache.org> on 2018/06/07 18:23:00 UTC

[jira] [Resolved] (GOBBLIN-510) Decouple JobExecutionLauncher and JobExecutionDriver

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

Hung Tran resolved GOBBLIN-510.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 0.13.0

Issue resolved by pull request #2380
[https://github.com/apache/incubator-gobblin/pull/2380]

> Decouple JobExecutionLauncher and JobExecutionDriver
> ----------------------------------------------------
>
>                 Key: GOBBLIN-510
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-510
>             Project: Apache Gobblin
>          Issue Type: New Feature
>            Reporter: Kuai Yu
>            Assignee: Kuai Yu
>            Priority: Major
>             Fix For: 0.13.0
>
>
> Today JobExecutionLauncher and JobExecutionDriver is coupled. It means when JobExecutionLauncher invokes launchJob, a JobExecutionDriver is immediately return. This is not good for gobblin cluster because the Launcher might running in manager node but the actual driver logic is running on worker node. We need some refactoring to allow us decouple these two.



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