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

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

                Author: ASF GitHub Bot
            Created on: 19/Jun/19 17:02
            Start Date: 19/Jun/19 17:02
    Worklog Time Spent: 10m 
      Work Description: ZihanLi58 commented on pull request #2674: 
[GOBBLIN-808] implement azkaban flow cancel when dag manager is enabled
URL: https://github.com/apache/incubator-gobblin/pull/2674#discussion_r295068951
 
 

 ##########
 File path: 
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java
 ##########
 @@ -26,15 +26,19 @@
 import java.util.LinkedList;
 import java.util.List;
 import java.util.Map;
+import java.util.Properties;
 import java.util.Set;
 import java.util.concurrent.BlockingQueue;
+import java.util.concurrent.CompletableFuture;
 import java.util.concurrent.Executors;
+import java.util.concurrent.Future;
 import java.util.concurrent.LinkedBlockingDeque;
 import java.util.concurrent.ScheduledExecutorService;
 import java.util.concurrent.TimeUnit;
 
 import com.codahale.metrics.MetricRegistry;
 import com.codahale.metrics.Timer;
+import com.google.common.base.Joiner;
 
 Review comment:
   Seems there is no usage for this class, maybe can delete it?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 263165)
    Time Spent: 20m  (was: 10m)

> implement azkaban job cancellation in Gobblin Service
> -----------------------------------------------------
>
>                 Key: GOBBLIN-808
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-808
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: Arjun Singh Bora
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>




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

Reply via email to