autumnust commented on a change in pull request #2947: GOBBLIN-1107: Lazily initialize Helix TaskStateModelFactory in Gobbli… URL: https://github.com/apache/incubator-gobblin/pull/2947#discussion_r401953808
########## File path: gobblin-cluster/src/main/java/org/apache/gobblin/cluster/GobblinTaskRunner.java ########## @@ -120,47 +120,35 @@ public static final String CLUSTER_APP_WORK_DIR = GobblinClusterConfigurationKeys.GOBBLIN_CLUSTER_PREFIX + "appWorkDir"; private static final Logger logger = LoggerFactory.getLogger(GobblinTaskRunner.class); - static final java.nio.file.Path CLUSTER_CONF_PATH = Paths.get("generated-gobblin-cluster.conf"); + static final java.nio.file.Path CLUSTER_CONF_PATH = Paths.get("generated-gobblin-cluster.conf"); Review comment: is this line useful ? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services