You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/04/06 18:21:01 UTC

[GitHub] [flink-statefun] sjwiesman opened a new pull request #97: [hotfix] Add missing configurations to flink session cluster deployment

sjwiesman opened a new pull request #97: [hotfix] Add missing configurations to flink session cluster deployment
URL: https://github.com/apache/flink-statefun/pull/97
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink-statefun] tzulitai commented on a change in pull request #97: [hotfix] Add missing configurations to flink session cluster deployment

Posted by GitBox <gi...@apache.org>.
tzulitai commented on a change in pull request #97: [hotfix] Add missing configurations to flink session cluster deployment
URL: https://github.com/apache/flink-statefun/pull/97#discussion_r404576248
 
 

 ##########
 File path: docs/deployment-and-operations/packaging.md
 ##########
 @@ -60,12 +60,19 @@ If you prefer to package your job to submit to an existing Flink cluster, simply
 {% endhighlight %}
 
 It includes all of Stateful Functions' runtime dependencies and configures the application's main entry-point.
-You do not need to take any action beyond adding the dependency to your POM.
 
 <div class="alert alert-info">
   <strong>Attention:</strong> The distribution must be bundled in your application fat JAR so that it is on Flink's <a href="https://ci.apache.org/projects/flink/flink-docs-stable/monitoring/debugging_classloading.html#inverted-class-loading-and-classloader-resolution-order">user code class loader</a>
 </div>
 
 {% highlight bash %}
-./bin/flink run ./statefun-example.jar
+./bin/flink run -c org.apache.flink.statefun.flink.core.StatefulFunctionsJob ./statefun-example.jar
 {% endhighlight %}
+
+You will also need to add the following two configurations to your clusters `flink-conf.yaml`.
 
 Review comment:
   Could we rephrase this as:
   these configurations are strictly required for running Statefun applications, or something along those lines?
   
   As such, the max concurrent checkpoints should also be mentioned here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink-statefun] sjwiesman commented on issue #97: [hotfix] Add missing configurations to flink session cluster deployment

Posted by GitBox <gi...@apache.org>.
sjwiesman commented on issue #97: [hotfix] Add missing configurations to flink session cluster deployment
URL: https://github.com/apache/flink-statefun/pull/97#issuecomment-614810269
 
 
   Merging 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink-statefun] sjwiesman closed pull request #97: [hotfix] Add missing configurations to flink session cluster deployment

Posted by GitBox <gi...@apache.org>.
sjwiesman closed pull request #97: [hotfix] Add missing configurations to flink session cluster deployment
URL: https://github.com/apache/flink-statefun/pull/97
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services