You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by 126 <zh...@126.com> on 2019/03/07 06:32:09 UTC

How should I choose the deployment model in product environment

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