You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sj...@apache.org on 2020/05/20 19:33:15 UTC

[flink-statefun] 02/02: [FLINK-16985][docker] Set default Flink Job name"

This is an automated email from the ASF dual-hosted git repository.

sjwiesman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit c04f111e6937a10f960080f161f05e63cef3272e
Author: abc863377 <ab...@yahoo.com.tw>
AuthorDate: Thu May 21 02:41:28 2020 +0800

    [FLINK-16985][docker] Set default Flink Job name"
    
    This closes #106
---
 tools/docker/flink-distribution-template/conf/flink-conf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/docker/flink-distribution-template/conf/flink-conf.yaml b/tools/docker/flink-distribution-template/conf/flink-conf.yaml
index 430c4cb..9fb1c69 100644
--- a/tools/docker/flink-distribution-template/conf/flink-conf.yaml
+++ b/tools/docker/flink-distribution-template/conf/flink-conf.yaml
@@ -29,3 +29,5 @@ state.backend.rocksdb.timer-service.factory: ROCKSDB
 state.checkpoints.dir: file:///checkpoint-dir
 state.backend.incremental: true
 taskmanager.memory.process.size: 4g
+
+statefun.flink-job-name: Statefun Application