我是flink
的新手,已经用M1 pro芯片在我的macbook上安装了yarn
和flink
。
当我尝试使用bin/flink run -m yarn-cluster examples/streaming/SocketWindowWordCount.jar --port 8882
提交作业时,它返回了一个错误Caused by: org.apache.flink.configuration.IllegalConfigurationException: The number of requested virtual cores for application master 1 exceeds the maximum number of virtual cores 0 available in the Yarn Cluster.
有人能告诉我怎么修吗?
真的很着急。非常感谢!!!
我认为Flink不支持ARM架构。在苹果M1上运行Flink时,有相当多的开放式门票涉及多个问题。有https://issues.apache.org/jira/browse/FLINK-13448这表明已经做了一些工作,但仍有一些问题悬而未决https://issues.apache.org/jira/browse/FLINK-25188,https://issues.apache.org/jira/browse/FLINK-24932,https://issues.apache.org/jira/browse/FLINK-22331,https://issues.apache.org/jira/browse/FLINK-25505和