You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2019/08/26 11:22:36 UTC

[flink] 06/06: [hotfix][docs] Update local setup tutorials to fit new log messages

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

sewen pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 7f8933f516ec507b03549c0108559a6070dad030
Author: tison <wa...@gmail.com>
AuthorDate: Tue Aug 20 09:59:06 2019 +0800

    [hotfix][docs] Update local setup tutorials to fit new log messages
    
    This closes #9488
    
    [ci skip]
---
 docs/getting-started/tutorials/local_setup.md    | 2 +-
 docs/getting-started/tutorials/local_setup.zh.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/getting-started/tutorials/local_setup.md b/docs/getting-started/tutorials/local_setup.md
index 799d390..a3331f2 100644
--- a/docs/getting-started/tutorials/local_setup.md
+++ b/docs/getting-started/tutorials/local_setup.md
@@ -111,7 +111,7 @@ INFO ... - ResourceManager akka.tcp://flink@localhost:6123/user/resourcemanager
 INFO ... - Starting the SlotManager.
 INFO ... - Dispatcher akka.tcp://flink@localhost:6123/user/dispatcher was granted leadership ...
 INFO ... - Recovering all persisted jobs.
-INFO ... - Registering TaskManager ... under ... at the SlotManager.
+INFO ... - Registering TaskManager ... at ResourceManager
 {% endhighlight %}
 
 ## Read the Code
diff --git a/docs/getting-started/tutorials/local_setup.zh.md b/docs/getting-started/tutorials/local_setup.zh.md
index e8ef56c..dba36df 100644
--- a/docs/getting-started/tutorials/local_setup.zh.md
+++ b/docs/getting-started/tutorials/local_setup.zh.md
@@ -111,7 +111,7 @@ INFO ... - ResourceManager akka.tcp://flink@localhost:6123/user/resourcemanager
 INFO ... - Starting the SlotManager.
 INFO ... - Dispatcher akka.tcp://flink@localhost:6123/user/dispatcher was granted leadership ...
 INFO ... - Recovering all persisted jobs.
-INFO ... - Registering TaskManager ... under ... at the SlotManager.
+INFO ... - Registering TaskManager ... at ResourceManager
 {% endhighlight %}
 
 ## Read the Code