deployin a flink app on a server;

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

deployin a flink app on a server;

Aissa Elaffani
Hello Guys,
Can someone please, explain to me how can I deploy a flink app on a server, the steps I need to flow in order to achieve that ?
Sorry for disturbing  you guys.
Aissa
Reply | Threaded
Open this post in threaded view
|

Re: deployin a flink app on a server;

Yang Wang
Hi Aissa,

We have multiple choices to deploy Flink to different environments(e.g. bare machines, docker environment, Yarn cluster, K8s cluster, etc.).

If you want to have a quick taste, the simplest way is using docker to start a Flink application. You just need to run two "docker run" commands[1].
If you want to deploy a Flink app on EC2 instance or bare machine, the standalone mode is good for you[2]. Download the Flink binary and then
use "start-cluster.sh" to prepare a single node Flink cluster.

Please refer the doc if you want to deploy Flink to Yarn or K8s[3].



Best,
Yang

Aissa Elaffani <[hidden email]> 于2020年7月14日周二 上午5:49写道:
Hello Guys,
Can someone please, explain to me how can I deploy a flink app on a server, the steps I need to flow in order to achieve that ?
Sorry for disturbing  you guys.
Aissa