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

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

commit 81c2511a5bfe8e73bab3c559a5354eea980fb4bc
Author: Stephan Ewen <[email protected]>
AuthorDate: Mon Jun 15 23:31:43 2020 +0200

    [hotfix][docs] Remove outdated confusing HDFS reference in cluster setup.
---
 docs/ops/deployment/cluster_setup.md    | 2 +-
 docs/ops/deployment/cluster_setup.zh.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/ops/deployment/cluster_setup.md 
b/docs/ops/deployment/cluster_setup.md
index 076c0d8..7a5313d 100644
--- a/docs/ops/deployment/cluster_setup.md
+++ b/docs/ops/deployment/cluster_setup.md
@@ -72,7 +72,7 @@ Set the `jobmanager.rpc.address` key to point to your master 
node. You should al
 
 These values are given in MB. If some worker nodes have more main memory which 
you want to allocate to the Flink system you can overwrite the default value by 
setting `taskmanager.memory.process.size` or `taskmanager.memory.flink.size` in 
*conf/flink-conf.yaml* on those specific nodes.
 
-Finally, you must provide a list of all nodes in your cluster which shall be 
used as worker nodes. Therefore, similar to the HDFS configuration, edit the 
file *conf/workers* and enter the IP/host name of each worker node. Each worker 
node will later run a TaskManager.
+Finally, you must provide a list of all nodes in your cluster that shall be 
used as worker nodes, i.e., nodes running a TaskManager. Edit the file 
*conf/workers* and enter the IP/host name of each worker node.
 
 The following example illustrates the setup with three nodes (with IP 
addresses from _10.0.0.1_
 to _10.0.0.3_ and hostnames _master_, _worker1_, _worker2_) and shows the 
contents of the
diff --git a/docs/ops/deployment/cluster_setup.zh.md 
b/docs/ops/deployment/cluster_setup.zh.md
index bc1788f..1b93c4e 100644
--- a/docs/ops/deployment/cluster_setup.zh.md
+++ b/docs/ops/deployment/cluster_setup.zh.md
@@ -72,7 +72,7 @@ Set the `jobmanager.rpc.address` key to point to your master 
node. You should al
 
 These values are given in MB. If some worker nodes have more main memory which 
you want to allocate to the Flink system you can overwrite the default value by 
setting setting `taskmanager.memory.process.size` or 
`taskmanager.memory.flink.size` in *conf/flink-conf.yaml* on those specific 
nodes.
 
-Finally, you must provide a list of all nodes in your cluster which shall be 
used as worker nodes. Therefore, similar to the HDFS configuration, edit the 
file *conf/workers* and enter the IP/host name of each worker node. Each worker 
node will later run a TaskManager.
+Finally, you must provide a list of all nodes in your cluster that shall be 
used as worker nodes, i.e., nodes running a TaskManager. Edit the file 
*conf/workers* and enter the IP/host name of each worker node.
 
 The following example illustrates the setup with three nodes (with IP 
addresses from _10.0.0.1_
 to _10.0.0.3_ and hostnames _master_, _worker1_, _worker2_) and shows the 
contents of the

Reply via email to