Re: Stateful Functions: Deploying to existing Cluster

Posted by Igal Shilman on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Stateful-Functions-Deploying-to-existing-Cluster-tp36401p36407.html

Hi Jan,

Stateful functions would look at the java class path for the module.yaml,
So one way would be including the module.yaml in your src/main/resources/ directory.

Good luck,
Igal.


On Mon, Jul 6, 2020 at 12:39 PM Jan Brusch <[hidden email]> wrote:
Hi,

quick question about Deploying a Flink Stateful Functions Application to
an existing cluster: The Documentation says to integrate
"statefun-flink-distribution" as additional maven Dependency in the fat
jar.
(https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.1/deployment-and-operations/packaging.html#flink-jar)

But how and where do I upload my module.yml for external function
definitions in that scenario...?


Best regards

Jan