Hi Cristian, I think you could have a try on standalone cluster on X(underlying cluster framework). By now it works well for kubernetes[1]. If your custom distributed system support to start an application based on yaml/json configuration, then it will be very simple to start a session cluster. For job cluster, you need to build your own image with user jar and all dependencies included and then set the command of jobmanager to standalone-job.sh.
[1] https://ci.apache.org/projects/flink/flink-docs-release-1.8/ops/deployment/kubernetes.html Best, Yang Cristian Lorenzetto <[email protected]> 于2019年8月14日周三 下午6:01写道: > i want develop a project using flink stack in a project using a custom > distributed system, so id like use my distrubuted system as resource > manager instead to overload the project with many other additional sockets > and code. > > Is there a way for embedding flink project in my server without using other > external resources manager. For example a way for setting a > ResourceManagerInterface i dont know.... >
