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 a6146a51931cc66c2d4dff6ed1eb34a98c5eea56
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