How should I choose the deployment model in product environment

classic Classic list List threaded Threaded
1 message Options
126
Reply | Threaded
Open this post in threaded view
|

How should I choose the deployment model in product environment

126

Hi all:
     I want to deploy my flink cluster in product environment.  How should I choose the deployment model?
     Standalone Cluster?
     yarn session?(Start a long-running Flink cluster on YARN)
     yarn-cluster ?(Run a single Flink job on YARN)

     Thanks