Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone模式提交怎么会调用异常? #402

Open
jiaenqiu opened this issue Jan 19, 2021 · 2 comments
Open

Standalone模式提交怎么会调用异常? #402

jiaenqiu opened this issue Jan 19, 2021 · 2 comments

Comments

@jiaenqiu
Copy link

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)

@Feral-Jas
Copy link

是不是没写classpath,只有yarn集群支持ship file,之前也遇到过这个问题

@FlechazoW
Copy link
Member

需要有完整的报错信息,这部分信息看不出具体问题的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants