> I always wonder what do you guys mean by "Standalone Flink session" or "Standalone Cluster" ...
"Standalone Flink session" usually means an empty Flink cluster is started and could accept multiple jobs submission from the Flink client or webui. Even all the jobs finished, the session cluster will still be there until you manually stop it. "Standalone Flink per-job" means a dedicated Flink cluster is started for only one the job. It has better isolation. Usually this mode is used in container environment. And users build in their jars and dependencies in the image. You could check how to build your custom image and run a per-job cluster here[1]. [1]. https://github.com/apache/flink/blob/release-1.10/flink-container/kubernetes/README.md#deploy-flink-job-cluster Best, Yang KristoffSC <krzysiek.chmielew...@gmail.com> 于2020年2月21日周五 下午4:03写道: > Thank you Yang Wang, > > Regarding [1] and a sentence from that doc. > "This page describes deploying a standalone Flink session" > > I always wonder what do you guys mean by "Standalone Flink session" or > "Standalone Cluster" that can be found here [2]. > > I'm using a Docker with Job Cluster approach, I know that there is also a > Session Cluster docker images. I understand the differences, but I'm not > sure what you are referring to using those to terms from [1] and [2]. > > Thanks, > Krzysztof > > [1] > > https://ci.apache.org/projects/flink/flink-docs-release-1.10/ops/deployment/kubernetes.html#cluster_setup.html > [2] > > https://ci.apache.org/projects/flink/flink-docs-stable/ops/jobmanager_high_availability.html > > > > > > -- > Sent from: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ >