DTStack / DTStack/flinkStreamSQL
Windows系统下standalone模式下运行报错MiniCluster is not yet running.
- Dominant language
- Java
- Stars
- 2k
- Forks
- 913
- PR merge metrics
- No merged PRs in 30d
Description
Exception in thread "main" java.lang.IllegalStateException: MiniCluster is not yet running.
at org.apache.flink.util.Preconditions.checkState(Preconditions.java:195)
at org.apache.flink.runtime.minicluster.MiniCluster.getHighAvailabilityServices(MiniCluster.java:223)
at org.apache.flink.client.program.MiniClusterClient.(MiniClusterClient.java:61)
at com.dtstack.flink.sql.launcher.ClusterClientFactory.createStandaloneClient(ClusterClientFactory.java:79)
at com.dtstack.flink.sql.launcher.ClusterClientFactory.createClusterClient(ClusterClientFactory.java:66)
at com.dtstack.flink.sql.launcher.LauncherMain.main(LauncherMain.java:98)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.