无法在apache flink中并行运行多个作业

时间:2019-05-20 08:08:16

标签: apache-flink

1)我已经在本地计算机(Ubuntu 16.04)中安装了Apache Flink。开发了一个Java程序,创建了Jar文件,并尝试将它们作为作业在Flink Web前端中运行。我可以单独运行该作业,但不能并行运行多个作业。 请让我知道是否需要修改任何配置,以便我可以同时运行它们。 2)无法运行包含多个任务的flink作业(单个作业中> 500个任务),出现以下异常:

(a) network.partition.PartitionNotFoundException (org.apache.flink.runtime.io.network.partition.PartitionNotFoundException)
(b) rest.handler.taskmanager.TaskManagerDetailsHandler (org.apache.flink.runtime.rest.handler.taskmanager.TaskManagerDetailsHandler  - Implementation error: Unhandled exception)
(c) heap memory exception

请让我知道如何克服这些问题以及运行该作业所需的必要配置。

试图将内存增加到2048。

0 个答案:

没有答案
相关问题