Thanks very much. Now it works fine.
--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Thanks very much. Now it works fine.
--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
The most likely explanation is that you haven't configured the cluster
to have enough resources to run multiple jobs.
Try increasing taskmanager.numberOfTaskSlots:
https://ci.apache.org/projects/flink/flink-docs-master/ops/config.html#taskmanager-numberoftaskslots-1
On 04.09.2018 15:13, Rad Rad
Hi Rad,
Which mode is your Flink cluster? If it is Standalone or something like
YARN session, then of course you can run multiple jobs in a cluster.
In addition, can you post the exception that the second job failed?
Thanks, vino.
Rad Rad 于2018年9月4日周二 下午10:07写道:
> Hi All,
>
> Kindly, could I a