-
Notifications
You must be signed in to change notification settings - Fork 924
Description
Exception in thread "main" org.apache.flink.client.program.ProgramInvocationException: Could not run job in detached mode. (JobID: bda69dcfcf4c7257870f762a0230c40d)
at org.apache.flink.client.ClientUtils.submitJob(ClientUtils.java:88)
at com.dtstack.flink.sql.launcher.executor.StandaloneExecutor.exec(StandaloneExecutor.java:67)
at com.dtstack.flink.sql.launcher.LauncherMain.main(LauncherMain.java:149)
Caused by: java.util.concurrent.ExecutionException: org.apache.flink.runtime.client.JobSubmissionException: Failed to submit JobGraph.
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
at org.apache.flink.client.ClientUtils.submitJob(ClientUtils.java:85)