JinRudy commented on code in PR #18315:
URL: 
https://github.com/apache/dolphinscheduler/pull/18315#discussion_r3361353675


##########
dolphinscheduler-task-plugin/dolphinscheduler-task-seatunnel/src/main/java/org/apache/dolphinscheduler/plugin/task/seatunnel/spark/SeatunnelSparkTask.java:
##########
@@ -51,7 +50,7 @@ public void init() {
     @Override
     public List<String> buildOptions() throws Exception {
         List<String> args = super.buildOptions();
-        args.add(DEPLOY_MODE_OPTIONS);
+        args.add("--deploy-mode");

Review Comment:
   Updated. I reverted the Spark/constant cleanup and kept this scoped to the 
SeaTunnel engine path; the PR now changes only `SeatunnelEngineTask`.



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