shirshanka commented on a change in pull request #2609: GOBBLIN-744: Support cancellation of a Helix workflow via a DELETE Spec. URL: https://github.com/apache/incubator-gobblin/pull/2609#discussion_r277737062
########## File path: gobblin-cluster/src/main/java/org/apache/gobblin/cluster/SleepingTask.java ########## @@ -17,24 +17,52 @@ package org.apache.gobblin.cluster; +import java.io.File; +import java.io.IOException; + +import com.google.common.io.Files; + import avro.shaded.com.google.common.base.Throwables; Review comment: spotted a faulty import from before ---------------------------------------------------------------- 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] With regards, Apache Git Services
