From 15a1de215abe3d7bc4fb1e20ad56afd15945d6c3 Mon Sep 17 00:00:00 2001 From: abc863377 Date: Thu, 21 May 2020 02:41:28 +0800 Subject: [PATCH] Change the job name For someone who want to change the job name. flink-statefun/tools/docker/flink-distribution-template/conf/flink-conf.yaml statefun.flink-job-name: Statefun Application --- 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 574ccb042..04903a994 100644 --- a/tools/docker/flink-distribution-template/conf/flink-conf.yaml +++ b/tools/docker/flink-distribution-template/conf/flink-conf.yaml @@ -31,3 +31,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