The main method caused an error: maxConcurrentCheckpoints can't be > 1 if UnalignedCheckpoints enabled 参考回答: 要解决这个问题,您需要将maxConcurrentCheckpoints的值设置为1。在Flink的配置文件(如flink-conf.yaml)中,找到taskmanager.checkpointing.max-concurrent-checkpoints设置项,并将其值更改为1。例如:...
The main method caused an error: org.apache.flink.runtime.concurrent.FutureUtils$RetryException: Could not complete the operation. Number of retries has been exhausted. 之后就是拒绝连接等异常详细内容如下: yarn 资源管理器,flink页面这样显示: 原因分析: 之后我重启了zk,hadoop,重新提交flink任务,但还是...
org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: java.util.concurrent.ExecutionException: org.apache.flink.runtime.client.JobSubmissionException: Failed to submit JobGraph. at org.apache.flink.client.program.PackagedProgram.callMainMethod(PackagedProgram.java:335...
<sourceDirectory>src/main/scala</sourceDirectory> 1. 问题4: org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: Could not find a suitable table factory for ‘org.apache.flink.table.planner.delegation.ParserFactory’ in the classpath. 这个错误也是因为打包时候...
org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: JobManager memory configuration failed: The configured Total Flink Memory (64.000mb (67108864 bytes)) is less than the configured Off-heap Memory (128.000mb (134217728 bytes)). ...
---The program finishedwiththe following exception:org.apache.flink.client.program.ProgramInvocationException:The main method caused an error:Failed to execute job'FlinkCDC'.at org.apache.flink.client.program.PackagedProgram.callMainMethod(PackagedProgram.java:330)at org.apache.flink.client.program....
我建议你看官网打包配置。。https://ci.apache.org/projects/flink/flink-docs-release-1.12/dev/...
org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: Unable to instantiate java compiler at org.apache.flink.client.program.PackagedProgram.callMainMethod(PackagedProgram.java:372) at org.apache.flink.client.program.PackagedProgram.invokeInteractiveModeForExecution(Pac...
问题4: org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: Could not find a suitable table factory for ‘org.apache.flink.table.planner.delegation.ParserFactory’ in the classpath. 这个错误也是因为打包时候没有将依赖打包进去、或者需要将依赖放到flink的lib目录...
table.api.ValidationException: Could not find any factory for identifier 'kafka' that implements 'org.apache.flink.table.factories.DynamicTableFactory' in the classpath. Caused by: org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: Table sink 'default_...