phet commented on code in PR #3911:
URL: https://github.com/apache/gobblin/pull/3911#discussion_r1556331040


##########
gobblin-yarn/src/main/java/org/apache/gobblin/yarn/GobblinYarnAppLauncher.java:
##########
@@ -204,7 +204,7 @@ public class GobblinYarnAppLauncher {
 
   private final Optional<String> appMasterJvmArgs;
 
-  private final Path sinkLogRootDir;
+  private final String sinkLogRootDir;

Review Comment:
   does anything need to change where it's used, now that this is a `String` 
and no longer a `Path`?



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