赞
踩
在开发flink的过程中出现 如下问题
- Connected to the target VM, address: '127.0.0.1:60397', transport: 'socket'
- Exception in thread "main" java.lang.IllegalStateException: No ExecutorFactory found to execute the application.
- at org.apache.flink.core.execution.DefaultExecutorServiceLoader.getExecutorFactory(DefaultExecutorServiceLoader.java:88)
- at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.executeAsync(StreamExecutionEnvironment.java:1947)
- at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1848)
- at org.apache.flink.streaming.api.environment.LocalStreamEnvironment.execute(LocalStreamEnvironment.java:69)
- at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1834)
- at com.test.FlinkCdc.main(FlinkCdc.java:46)
- Disconnected from the target VM, address: '127.0.0.1:60397', transport: 'socket'
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。