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

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


The following commit(s) were added to refs/heads/master by this push:
     new ff7c9e1a8c9 [hotfix] Fix typo
ff7c9e1a8c9 is described below

commit ff7c9e1a8c9e069c62763435b8057db956dfecab
Author: Levani Kokhreidze <[email protected]>
AuthorDate: Mon Jul 11 14:49:48 2022 +0300

    [hotfix] Fix typo
---
 flink-dist/src/main/resources/flink-conf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-dist/src/main/resources/flink-conf.yaml 
b/flink-dist/src/main/resources/flink-conf.yaml
index a8c0b7bb1a7..3c4ae20efc6 100644
--- a/flink-dist/src/main/resources/flink-conf.yaml
+++ b/flink-dist/src/main/resources/flink-conf.yaml
@@ -36,7 +36,7 @@ jobmanager.rpc.address: localhost
 
 jobmanager.rpc.port: 6123
 
-# The host interface the JobManager will bind to. My default, this is 
localhost, and will prevent
+# The host interface the JobManager will bind to. By default, this is 
localhost, and will prevent
 # the JobManager from communicating outside the machine/container it is 
running on.
 # On YARN this setting will be ignored if it is set to 'localhost', defaulting 
to 0.0.0.0.
 # On Kubernetes this setting will be ignored, defaulting to 0.0.0.0.

Reply via email to