SbloodyS commented on code in PR #16923:
URL: 
https://github.com/apache/dolphinscheduler/pull/16923#discussion_r1897243474


##########
dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/utils/TaskExecutionContextUtils.java:
##########
@@ -51,6 +52,9 @@ public static void 
createTaskInstanceWorkingDirectory(TaskExecutionContext taskE
                         taskInstanceWorkingDirectory);
             }
             
FileUtils.createDirectoryWith755(Paths.get(taskInstanceWorkingDirectory));
+            final Path taskInstanceWorkingDirectoryPath = 
Paths.get(taskInstanceWorkingDirectory);

Review Comment:
   I'm ok with this. If we change the task instance working directory to 775, 
we should add it to the installation docs to tell users.



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