Radeity commented on code in PR #12197:
URL:
https://github.com/apache/dolphinscheduler/pull/12197#discussion_r1006418272
##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/builder/TaskExecutionContextBuilder.java:
##########
@@ -126,6 +127,24 @@ public TaskExecutionContextBuilder
buildProcessDefinitionRelatedInfo(ProcessDefi
return this;
}
+ /**
+ * build execPath related info
+ *
+ * @return TaskExecutionContextBuilder
+ */
+ public TaskExecutionContextBuilder buildExecPathRelatedInfo() {
Review Comment:
@caishunfeng
I think whether `execPath` or `appInfoPath` is context-related, and will
never change, it's weird to set it in worker, so i put it forward in master.
--
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]