Standalone模式集群配置:

  • s201 [Master]   
  • s202 s203 [slaves]

版本:Flink-1.10.0

问题:配置flink时,配置文件如下:

flink Standalone模式 [ERROR] Could not get JVM paramete

在s201上启动start-cluster.sh ,会报如下错误:

[ERROR] Could not get JVM parameters properly.
flink Standalone模式 [ERROR] Could not get JVM paramete

会发现:s202、s203上的slaves都没有启动

====================解决方法=======================

在s201中的flink/conf目录下,修改flink-conf.yaml,添加或者修改如下内容:

flink Standalone模式 [ERROR] Could not get JVM paramete

然后分发到s202、s203上,启动集群即可:

flink Standalone模式 [ERROR] Could not get JVM paramete

相关文章:

  • 2021-06-18
  • 2022-12-23
  • 2021-06-07
  • 2021-12-02
  • 2022-01-11
  • 2021-04-10
  • 2021-09-09
  • 2022-01-24
猜你喜欢
  • 2021-05-06
  • 2021-11-11
  • 2021-05-03
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
相关资源
相似解决方案