Skip to content

Commit

Permalink
[hotfix][docs] Remove outdated confusing HDFS reference in cluster se…
Browse files Browse the repository at this point in the history
…tup.
  • Loading branch information
StephanEwen committed Jun 16, 2020
1 parent c47fb47 commit a6146a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ops/deployment/cluster_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/ops/deployment/cluster_setup.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6146a5

Please sign in to comment.