You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dolphinscheduler-task-plugin/dolphinscheduler-task-flink/src/main/java/org/apache/dolphinscheduler/plugin/task/flink/FlinkArgsUtils.java
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -264,11 +264,6 @@ private static List<String> buildRunCommandLineForOthers(TaskExecutionContext ta
264
264
args.add(String.format("%d", parallelism)); // -p
265
265
}
266
266
267
-
// If the job is submitted in attached mode, perform a best-effort cluster shutdown when the CLI is terminated
268
-
// abruptly
269
-
// The task status will be synchronized with the cluster job status
Copy file name to clipboardExpand all lines: dolphinscheduler-task-plugin/dolphinscheduler-task-flink/src/test/java/org/apache/dolphinscheduler/plugin/task/flink/FlinkArgsUtilsTest.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ public void testRunJarInApplicationMode() throws Exception {
0 commit comments