Will-Lo commented on code in PR #3931:
URL: https://github.com/apache/gobblin/pull/3931#discussion_r1573039469


##########
gobblin-cluster/src/main/java/org/apache/gobblin/cluster/GobblinClusterUtils.java:
##########
@@ -254,4 +257,13 @@ public static FileSystem buildFileSystem(Config config, 
Configuration conf)
         .get(URI.create(config.getString(ConfigurationKeys.FS_URI_KEY)), conf)
         : FileSystem.get(conf);
   }
+
+  public static FileSystem buildNewInstanceFileSystem(Config config, 
Configuration conf) throws IOException {

Review Comment:
   This isn't being used by Temporal so unsure if I should be associating the 
Helper class for temporal inside of this class, this also means that any 
existing yarn app used for streaming will need to add a dependency on 
gobblin-temporal module



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to