[ 
https://issues.apache.org/jira/browse/GOBBLIN-677?focusedWorklogId=198218&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-198218
 ]

ASF GitHub Bot logged work on GOBBLIN-677:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Feb/19 17:11
            Start Date: 13/Feb/19 17:11
    Worklog Time Spent: 10m 
      Work Description: sv2000 commented on pull request #2548: [GOBBLIN-677] - 
Allow early termination of Gobblin jobs based on a predicate on the job progress
URL: https://github.com/apache/incubator-gobblin/pull/2548#discussion_r256496993
 
 

 ##########
 File path: 
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/mapreduce/MRJobLauncher.java
 ##########
 @@ -170,6 +181,12 @@ public MRJobLauncher(Properties jobProps, Configuration 
conf, SharedResourcesBro
       throws Exception {
     super(jobProps, metadataTags);
 
+    this.fsm = new FiniteStateMachine.Builder<MRJobLauncherState>()
 
 Review comment:
   This FSM instance (and the associated states) looks generic enough that it 
can be moved out of this class. Can we have a FSM factory class that builds out 
specific FSM types and hands it back to the caller?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 198218)
    Time Spent: 50m  (was: 40m)

> Allow for early termination of Gobblin jobs based on a predicate on job 
> progress
> --------------------------------------------------------------------------------
>
>                 Key: GOBBLIN-677
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-677
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: Issac Buenrostro
>            Assignee: Issac Buenrostro
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




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

Reply via email to