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:12:52 UTC

[flink] 03/03: [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 master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 8498124d98386d9c58af40b6eae2878082d3dd09
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 ea0a89e..6d1d09b 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 9e98cae..d6566e4 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